-
-
Notifications
You must be signed in to change notification settings - Fork 332
Closed as not planned
Labels
priority-3-lowMay be resolved one any timeline.May be resolved one any timeline.
Description
Current Situation
Currently, there is no convenient way of storing/retrieving purely client sided data.
Proposed Actions
After we migrate use_query to core, it makes a lot of sense to add a use_cookie hook and use_indexed_db hook.
This might require expanding the IDOM framework to allow hooks to execute JavaScript. So perhaps these hooks are reliant on a use_script hook?
The use_script hook may mean we want to create a FIFO "script processor" on the client side, and then have some method of reporting them back to the server (perhaps this is related?).
Metadata
Metadata
Assignees
Labels
priority-3-lowMay be resolved one any timeline.May be resolved one any timeline.