Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-21 | Convert the remaining http_bench ops to json ops (#7143) | Bert Belder | |
2020-08-20 | First pass at json ops in core (#7033) | Ryan Dahl | |
Adds Deno.core.jsonOpSync and Deno.core.jsonOpAsync | |||
2020-08-07 | Encode op errors as strings instead of numbers (#6977) | Bartek Iwańczuk | |
2020-06-21 | core: add Deno.core.dispatchByName (#6395) | Bartek Iwańczuk | |
This commit adds alternate dispatch method to core JS API. "Deno.core.dispatchByName()" works like "Deno.core.dispatch()", but takes op name instead of op id as a first argument. | |||
2020-06-01 | feat(core): Ops can take several zero copy buffers (#4788) | Valentin Anger | |
2020-05-12 | Clean up core/shared_queue.js (#5237) | Ryan Dahl | |