1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-24 15:19:26 -05:00
denoland-deno/serde_v8/src
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
..
magic feat(serde_v8): deserialize ArrayBuffers (#13436) 2022-01-20 15:11:09 +01:00
de.rs feat(serde_v8): deserialize ArrayBuffers (#13436) 2022-01-20 15:11:09 +01:00
error.rs feat(serde_v8): deserialize ArrayBuffers (#13436) 2022-01-20 15:11:09 +01:00
keys.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
lib.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
payload.rs feat(serde_v8): deserialize ArrayBuffers (#13436) 2022-01-20 15:11:09 +01:00
ser.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
serializable.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
utils.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00