Skip to content

FEATURE: Memory-only routing #7

@webJose

Description

@webJose

It would be nice to be able to disconnect the global location object from the browser's URL and route solely on the values stored in the global object, without changes transferred to the window's URL or vice versa.

Specs

This should be really simple: If the memory-only mode is ON, simply skip the step where changes transfer to the window's URL. For the other way where changes in the window's URL are picked up, simply don't subscribe to any URL-changing events like popstate or hashchange.

Full Mode

Initially, I think full mode cannot operate in memory-only mode because it is, by definition, dependant on the HIstory API.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Discuss!Requires discussion before completionPriority: LowLow priority. Upvote to request a higher priority.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions