1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/ext
Andreu Botella 018ad9b3a4
chore(web, worker): Use DetachedBuffer for postMessage ops (#15133)
This commit uses `DetachedBuffer` instead of `ZeroCopyBuf` in the ops
that back `Worker.prototype.postMessage` and
`MessagePort.prototype.postMessage`. This is done because the
serialized buffer is then copied to the destination isolate, even
though it is internal to runtime code and not used for anything else,
so detaching it and transferring it instead saves an unnecessary copy.
2022-07-11 17:27:33 +02:00
..
broadcast_channel 1.23.3 (#15081) 2022-07-05 14:24:40 -04:00
console fix(ext/console): Fix a typo in a warning when .timeEnd is called on an unknown timer (#15135) 2022-07-09 21:30:29 +02:00
crypto chore: pin aes-gcm to fix cargo publish (#15084) 2022-07-05 14:24:40 -04:00
fetch refactor(ext) Decrease of StringPrototypeReplace recurrent usage (#15058) 2022-07-09 14:28:02 -04:00
ffi fix(ext/ffi): allow opting out of fast ffi calls (#15131) 2022-07-09 18:41:07 +05:30
http fix(ext/http) nextRequest return type annotation from ResponseEvent to RequestEvent (#15100) 2022-07-06 20:40:27 -04:00
net 1.23.3 (#15081) 2022-07-05 14:24:40 -04:00
tls 1.23.3 (#15081) 2022-07-05 14:24:40 -04:00
url fix(ext/url): missing primordial (#15096) 2022-07-06 13:45:01 +02:00
web chore(web, worker): Use DetachedBuffer for postMessage ops (#15133) 2022-07-11 17:27:33 +02:00
webgpu 1.23.3 (#15081) 2022-07-05 14:24:40 -04:00
webidl 1.23.3 (#15081) 2022-07-05 14:24:40 -04:00
websocket 1.23.3 (#15081) 2022-07-05 14:24:40 -04:00
webstorage 1.23.3 (#15081) 2022-07-05 14:24:40 -04:00