Re: [whatwg/streams] Editorial: use structs instead of records (#1047)

@domenic commented on this pull request.



> @@ -1656,9 +1682,11 @@ counterparts for default controllers, as discussed in [[#rs-abstract-ops-used-by
  1. If |autoAllocateChunkSize| is not undefined,
   1. Let |buffer| be [$Construct$]({{%ArrayBuffer%}}, « |autoAllocateChunkSize| »).

Well, generally we always treat the result as a completion record, unless it's unwrapped with ! or ?

-- 
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/streams/pull/1047#discussion_r445217868

Received on Wednesday, 24 June 2020 23:02:55 UTC