Right now it's posisble to load scripts by specifying a string (either by passing a module identifier, or a URL), e.g. via - static import (ES modules) - dynamic `import()` (#117) - workers (`new`[`Worker()`](https://developer.mozilla.org/en-US/docs/Web/API/Worker/Worker)) - [`importScripts`](https://developer.mozilla.org/en-US/docs/Web/API/WorkerGlobalScope/importScripts) - [worklets](https://drafts.css-houdini.org/worklets/#dom-worklet-addmodule) We have to figure out if and how to cover them with Trusted Types.