Replies: 1 comment
-
已解决,iframe 中 在使用 createObjectURL时,确保创建的Blob对象的MIME类型与想要使用它的上下文(比如Worker或iframe)期望的资源类型相匹配:eg: new Blob(['console.log("Hello, world!")'], { type: 'text/javascript' }) |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Beta Was this translation helpful? Give feedback.
All reactions