Re: [heycam/webidl] "get a copy of the bytes held by the buffer source" should not fail for detached buffers (#151)

test262 does include tests for this (thanks @leobalter) but I'm still concerned about web compatibility. I haven't figured out how to instrument TypedArrays to measure whether detached TypedArrays are ever accessed without decreasing TypedArray performance (we set the length to 0 and bounds checks handle accesses, so we don't need a separate detached check), so I'm not sure how to get the information from telemetry. Does anyone else have an idea for how to get solid data on this question?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/issues/151#issuecomment-242241716

Received on Wednesday, 24 August 2016 23:42:54 UTC