[css-houdini-drafts] [worklets] "destination" of script fetching should be overridden by each worklet spec

nhiroki has just created a new issue for https://github.com/w3c/css-houdini-drafts:

== [worklets] "destination" of script fetching should be overridden by each worklet spec ==
The "[fetch a worklet script](https://drafts.css-houdini.org/worklets/#fetch-a-worklet-script)" algorithm specifies "script" as a [destination](https://fetch.spec.whatwg.org/#concept-request-destination).

> 1. Fetch a module worker script graph given moduleURLRecord, outsideSettings, "script", credentialOptions, and insideSettings.

This should be overridden by each worklet spec (e.g., "paintworklet" for PaintWorklet), but there is no way to do it.

cc: @annevk @domenic

Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/759 using your GitHub account

Received on Thursday, 17 May 2018 04:04:05 UTC