Skip to main content

buffer_source_bytes

Function buffer_source_bytes 

Source
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.