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

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