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

Editorial: export history handling behavior #10308

Merged
merged 4 commits into from
May 9, 2024

Commits on Apr 30, 2024

  1. Editorial: export history handling behavior

    It is used by the ServiceWorker specification.
    yoshisatoyanagisawa committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    5f292e5 View commit details
    Browse the repository at this point in the history
  2. Also export event handler value.

    This is also used by the ServiceWorker specification.
    https://github.com/w3c/ServiceWorker/blob/main/docs/index.bs#L3112
    yoshisatoyanagisawa committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    af68f25 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Addressed the comment.

    - unexport "history handling behavior", which is not needed.
    - export under for="navigate" followings; documentResource, response,
      exceptionsEnabled, historyHandling, navigationAPIState, formDataEntryList,
      referrerPolicy, and userInvolvement.
    yoshisatoyanagisawa committed May 8, 2024
    Configuration menu
    Copy the full SHA
    27e2824 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    45fede3 View commit details
    Browse the repository at this point in the history