You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unset the top-level module fetch flag in dynamic imports
The the top-level module fetch is only used in two steps of "fetch a
single module script":
- Step 9, where it only has effect if descrination is "worker",
"sharedworker" or "serviceworker" (but for dynamic imports it's always
"script")
- Step 11, where it only has effect if there are custom "perform the
fetch" steps, but "fetch an import() module script graph" is never
called with custom "perform the fetch" steps.
0 commit comments