Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add hooks for HTML #93

Merged
merged 6 commits into from
Jun 5, 2020
Merged

Add hooks for HTML #93

merged 6 commits into from
Jun 5, 2020

Commits on May 20, 2020

  1. Add hooks for HTML

    "legacy-clone a browsing session storage shed" can be used by HTML to define creation of auxiliary browsing contexts, as part of whatwg/html#5560.
    
    "obtain a storage key" can be used by APIs that share keying logic with storage, such as BroadcastChannel and shared workers. See whatwg/html#3054. It's potentially also useful for Indexed DB as discussed in w3c/IndexedDB#334.
    
    Closes #92.
    annevk committed May 20, 2020
    Configuration menu
    Copy the full SHA
    6c43079 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

  1. address running script; see #95

    annevk committed May 29, 2020
    Configuration menu
    Copy the full SHA
    4bf2027 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2020

  1. rewrite a bit more

    annevk committed May 30, 2020
    Configuration menu
    Copy the full SHA
    ec2d70b View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

  1. Configuration menu
    Copy the full SHA
    be6d567 View commit details
    Browse the repository at this point in the history
  2. nit

    annevk committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    5b61308 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2020

  1. feedback + nits I found

    annevk committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    329766e View commit details
    Browse the repository at this point in the history