[Bug 28798] Indicate BufferSource algorithms can throw

https://www.w3.org/Bugs/Public/show_bug.cgi?id=28798

--- Comment #7 from Tab Atkins Jr. <jackalmage@gmail.com> ---
Similarly documenting: Font Loading's FontFace() constructor takes binary data,
and would copy.

These examples, and my own intuition, suggest that most functions with binary
data arguments are *consuming* those arguments, not sharing them, and so we
should default to copying (which is the safer default anyway) and require an
annotation to indicate that a reference is being held.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Tuesday, 9 February 2016 20:40:24 UTC