- From: Domenic Denicola <notifications@github.com>
- Date: Tue, 04 Apr 2017 22:43:23 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 5 April 2017 05:43:55 UTC
domenic 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; In general this could probably be a lot better; that's a reasonable start. -- 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#discussion_r109834055
Received on Wednesday, 5 April 2017 05:43:55 UTC