mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
refactor: convert ops to use serde_v8 (#10009)
This commit rewrites most of the ops to use "serde_v8" instead of "json" serialization.
This commit is contained in:
parent
284e6c3039
commit
2aed322dd5
49 changed files with 840 additions and 980 deletions
|
@ -129,7 +129,7 @@ delete Object.prototype.__proto__;
|
|||
}
|
||||
|
||||
function opPostMessage(data) {
|
||||
core.jsonOpSync("op_worker_post_message", {}, data);
|
||||
core.jsonOpSync("op_worker_post_message", null, data);
|
||||
}
|
||||
|
||||
function opCloseWorker() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue