Skip to main content

buffer_slice

Function buffer_slice 

Source
pub fn buffer_slice(ab: &Value, args: &[Value]) -> Value
Expand description

ArrayBuffer.prototype.slice(begin[, end]) — a COPY of the byte range, as a new buffer. Writes to it are not seen by views over the original.