-
Notifications
You must be signed in to change notification settings - Fork 337
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add request's reserved client and target client id
This patch defines the request's reserved client and the target client id. The reserved client of a request is set to an environment or an environment settings object during a navigation or a worker creation request, respectively. The target client id of a request is set to the target browsing context's active document's environment settings object's id during a navigation. The given values are primarily used to provide the reserved client's id and target client's id to service workers' fetch event handlers. This removes the request's target browsing context as the reserved client provides the same information. Related issue: w3c/ServiceWorker#870 Related change: whatwg/html#1776
- Loading branch information
Showing
2 changed files
with
41 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters