- From: Adam Rice <notifications@github.com>
- Date: Tue, 04 Apr 2017 19:02:19 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 5 April 2017 02:02:52 UTC
ricea commented on this pull request. > @@ -101,7 +101,7 @@ exports.PromiseInvokeOrPerformFallback = (O, P, args, F, argsF) => { }; // Not implemented correctly -exports.SameRealmTransfer = O => O; +exports.TransferArrayBuffer = O => O; How about using O => O.slice(0) instead? Or has this already been discussed? -- 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/722#pullrequestreview-30943527
Received on Wednesday, 5 April 2017 02:02:52 UTC