pub fn new_array_buffer_copy_q(
    q_ctx: &QuickJsRealmAdapter,
    buf: &[u8]
) -> Result<JSValueRef, JsError>
Expand description

create an array buffer with a copy of the data in a Vec