1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-24 08:00:10 -05:00
denoland-deno/serde_v8/src/magic
Aaron O'Mullan 1cc38f5155
feat(serde_v8): deserialize ArrayBuffers (#13436)
Previously we would only deserialize `ArrayBufferView`s as zero-copy bufs

This avoids rewrapping `ArrayBuffers` in `ArrayBufferView`s when implementing APIs that take [BufferSource](https://webidl.spec.whatwg.org/#BufferSource) args passed through the op-layer
2022-01-20 15:11:09 +01:00
..
buffer.rs feat(serde_v8): deserialize ArrayBuffers (#13436) 2022-01-20 15:11:09 +01:00
bytestring.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
field.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
mod.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
string_or_buffer.rs fix: non ascii buffer response in http server (#12728) 2021-11-10 16:48:46 +01:00
value.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
zero_copy_buf.rs feat(serde_v8): deserialize ArrayBuffers (#13436) 2022-01-20 15:11:09 +01:00