Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-12 | chore: split web op crate (#9635) | Luca Casonato | |
This commit starts splitting out the deno_web op crate into multiple smaller crates. This commit splits out WebIDL and URL API, but in the future I want to split out each spec into its own crate. That means we will have (in rough order of loading): `webidl`, `dom`, `streams`, `console`, `encoding`, `url`, `file`, `fetch`, `websocket`, and `webgpu` crates. | |||
2021-02-04 | chore: use strict mode for internal runtime, core, and op_crates js (#9391) | Developing | |
2021-01-11 | chore: update copyright to 2021 (#9092) | Yusuke Tanaka | |
2020-12-04 | feat(op_crates/web) EventTarget signal support (#8616) | Benjamin Gruenbaum | |
Fixes: https://github.com/denoland/deno/issues/8606 | |||
2020-11-10 | fix(op_crates/web) make isTrusted not constructable (#8337) | Benjamin Gruenbaum | |
2020-09-04 | fix: don't expose globalThis.__bootstrap (#7344) | Kitson Kelly | |
2020-08-07 | Op crate for Web APIs (#6906) | Bartek IwaĆczuk | |
Co-authored-by: Ryan Dahl <ry@tinyclouds.org> |