- From: Till Schneidereit <notifications@github.com>
- Date: Sun, 07 Jan 2018 09:51:46 -0800
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Sunday, 7 January 2018 17:52:43 UTC
In #753 I introduced a change that transfers the view's buffer before querying the view's length and offset. Querying those after the buffer transfer obviously won't work, so this PR extracts the values before the transfer. No test changes because the tests are adequate as they are. You can view, comment on, or merge this pull request online at: https://github.com/whatwg/streams/pull/868 -- Commit Summary -- * Extract length and offset from TypedArray view before transferring its buffer -- File Changes -- M index.bs (6) -- Patch Links -- https://github.com/whatwg/streams/pull/868.patch https://github.com/whatwg/streams/pull/868.diff -- 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/868
Received on Sunday, 7 January 2018 17:52:43 UTC