summaryrefslogtreecommitdiff
path: root/runtime/js/99_main.js
AgeCommit message (Expand)Author
2021-06-05fix(crypto): change Crypto to interface (#10853)Leo K
2021-06-05fix(streams): expose ReadableByteStreamController & TransformStreamDefaultCon...Leo K
2021-05-23feat(extensions): add BroadcastChannelBen Noordhuis
2021-05-18chore: update deno_lint binary used in CI to v0.5.0 (#10652)Yusuke Tanaka
2021-05-11feat(runtime/worker): Structured cloning worker message passing (#9323)Tim Ramlot
2021-05-10feat: add WebStorage API (#7819)crowlKats
2021-05-06chore: update wgpu and realign to spec (#9760)Luca Casonato
2021-05-03fix(core): error registration could pollute constructors (#10422)Aaron O'Mullan
2021-04-25refactor(core): move op cache sync responsibility to rust space (#10340)Aaron O'Mullan
2021-04-21refactor(core): simplify error handling (#10297)Aaron O'Mullan
2021-04-20chore: align fetch to spec (#10203)Luca Casonato
2021-04-14chore: align FormData to spec (#10169)Luca Casonato
2021-04-12refactor(deno): remove concept of bin & json ops (#10145)Aaron O'Mullan
2021-04-12feat: Add Deno.memoryUsage() (#9986)Aaron O'Mullan
2021-04-05refactor: convert ops to use serde_v8 (#10009)Aaron O'Mullan
2021-03-18chore(console): distinguish between log levels (#9824)Luca Casonato
2021-03-18refactor: update minimal ops & rename to buffer ops (#9719)Inteon
2021-03-12refactor: move Console to op_crates/console (#9770)Luca Casonato
2021-03-08fix(runtime/js): add navigator interface objects (#9685)Nayeem Rahman
2021-03-01feat: WebGPU API (#7977)crowlKats
2021-02-04chore: use strict mode for internal runtime, core, and op_crates js (#9391)Developing
2021-02-04refactor: rewrite File implementation (#9334)Luca Casonato
2021-01-30refactor: rewrite Blob implementation (#9309)Luca Casonato
2021-01-28chore: add jsdoc to 26_fetch.js and enable some fetch tests (#9305)Luca Casonato
2021-01-21fix(runtime): fix recursive dispatches of unload event (#9207)Yoshiya Hinosawa
2021-01-17fix(op_crates/web): Use WorkerLocation for location in workers (#9084)Nayeem Rahman
2021-01-17chore: Enforce ban-untagged-todo lint rule (#9135)Bartek IwaƄczuk
2021-01-15refactor(op_crate/fetch): align streams to spec (#9103)Kitson Kelly
2021-01-11chore: update copyright to 2021 (#9092)Yusuke Tanaka
2021-01-10tests(wpt/console): Enables web platform tests for console (#9013)Tarik Eshaq
2021-01-07feat: add --location=<href> and globalThis.location (#7369)Nayeem Rahman
2020-12-17refactor: Rename runtime/rt to runtime/js (#8806)Nayeem Rahman