[Webkit-unassigned] [Bug 124175] Blob constructor should accept sequences

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 14 00:12:07 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=124175





--- Comment #18 from Alexey Proskuryakov <ap at webkit.org>  2013-11-14 00:10:46 PST ---
It seems worthwhile to look into whether toArrayBufferView can return a raw pointer. But my guess is that it's not possible - an ArrayBufferView only exists when referenced. JSArrayBufferView is not a wrapper, it's a proxy that creates an ArrayBufferView on demand.

This is based on a very brief look at the code, so it may be incorrect.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list