Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 350366 - Support for GET, ADD, etc in JavaScript to access browser storage
Summary: Support for GET, ADD, etc in JavaScript to access browser storage
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-25 21:35 EDT by Will Smythe CLA
Modified: 2017-02-23 14:18 EST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Will Smythe CLA 2011-06-25 21:35:52 EDT
In early 2011, we delivered an EGL library for HTML5 that included support for local/session storage within the browser. We should consider supporting GET, ADD, and other appropriate EGL data access statements to allow "native" (i.e. via EGL statements) access of browser storage. Example:

record MyRecord type KeyedRecord { key = id }
  id String;
  firstName String;
  lastName String;
end


...

rec1 MyRecord { id = "12", firstName = "Will" };
add rec1;

..

get rec1;
writestdout(rec1.firstName);
Comment 2 Lisa Lasher CLA 2011-07-21 15:30:28 EDT
changing from defect to enhancement (Importance = Enhancement)