pub fn buffer_source_bytes(ctx: &Ctx<'_>, value: &Value<'_>) -> Result<Vec<u8>>Expand description
A BufferSource: an ArrayBuffer, or a view over one.
ยงErrors
A TypeError when the value is neither, or when the buffer is
detached or the view is out of bounds.