-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change how module scripts are fetched
* Module scripts are always fetched with credentials mode "same-origin" by default and can no longer use "omit". This makes them match other high-level platform features. * The top-level script for module workers is always fetched with request mode "same-origin" and credentials mode "same-origin". Cross-origin workers did not quite work due to service workers. * Any module worker import scripts are fetched with request credentials mode "same-origin" and this cannot be configured for now. Fixes #2557 and fixes #3109.
- Loading branch information
Showing
1 changed file
with
19 additions
and
19 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