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

@bathos 

This is the part that am not grasping

> The members of the iterable become strings because they’re originally numbers — and numbers can be coerced to USVString (in BlobPart) but not BufferSource of Blob.

Why does `new Blob(TypedArray)` result in a different output than `new Blob([TypedArray])`? 

What does `[TypedArray]` do that `TypedArray` alone does not in that case?

-- 
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-609456104

Received on Sunday, 5 April 2020 17:53:37 UTC