Re: [whatwg/encoding] Need to define global used to create the ArrayBuffer and Uint8Array in TextEncoder's encode() (#150)

I'm not sure what the state of the art is right now for wording for this sort of thing in a non-ecmaspeak context when creating an ES object.  @domenic do you know where things stand with that?

If I had to make up something, I would just say to create an ArrayBuffer using the constructor from global X and then create a Uint8Array using the constructor from global X or something, since those constructors have no side-effects, this is more or less ok.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/encoding/issues/150#issuecomment-411064913

Received on Tuesday, 7 August 2018 13:56:41 UTC