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
Simplify worker creation for TRUSTED_TYPES + ESM. NFC (#23816)
The trustedTypes.createPolicy call there is now subject to the same
limitation as the `new Worker` call below. Its can simply use
`import.meta.url` directly I believe.
0 commit comments