Re: [heycam/webidl] Is a TypedArray a sequence? (#868)

`new Blob(TypedArray)` is expected to be converted to string while `new Blob([TypedArray])` is _not_ expected to be converted to a string? Or, that is, both are converted to strings, yet  different forms of strings? Working as intended? 

(Should a note be included in File API conveying there _is_ a difference between passing the two options to the constructor, or is that expected to be common knowledge?)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/issues/868#issuecomment-609457667

Received on Sunday, 5 April 2020 18:04:26 UTC