Re: [whatwg/streams] Update for changes to HTML's structured cloning/transferring (#722)

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