1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/serde_v8/tests
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
..
de.rs feat(serde_v8): deserialize ArrayBuffers (#13436) 2022-01-20 15:11:09 +01:00
magic.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
ser.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00