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