Skip to content

Create use_cookie and use_indexed_db Hooks #857

@Archmonger

Description

@Archmonger

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

No one assigned

    Labels

    priority-3-lowMay be resolved one any timeline.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions