How instancied a Blob
?
#2503
Answered
by
denis-migdal
BobSquarePants
asked this question in
Q&A
-
How can I create a JS Blob object with Bryhton ? I've tried Blobby = window.Blob(['test'], {'type':'text/plain'} ).new() but I get
Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
denis-migdal
Oct 22, 2024
Replies: 1 comment 2 replies
-
Isn't it : Blobby = window.Blob.new(['test'], {'type':'text/plain'}) |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
BobSquarePants
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Isn't it :