Replies: 1 comment
-
Did you find a solution? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an
<iframe>
that I am constructing the contents of, and I would like to inject a module script into it. At the moment, I'vediscovered that I can add
?worker&url
to the module, and it does more or less what I want, but I'd rather be explicit about what I am doing, instead of misusing?worker
.Minimal example
index.html
module.js
In my actual example,
module.js
has some imports, so I can't just use?url
on it.Possibly related issues: #6757, #7842, #6979
Beta Was this translation helpful? Give feedback.
All reactions