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-11-14 | fix: fix various global objects constructor length (#8373) | Benjamin Gruenbaum | |
This commit changes various Web APIs constructors to match their signature in the browser. | |||
2020-11-09 | fix(op_crates/web): handler order when reassign (#8264) | Benjamin Gruenbaum | |
2020-11-06 | fix(op_crates/web): define abort event handler on prototype (#8230) | Benjamin Gruenbaum | |
2020-11-03 | fix(op_crate/web): make onabort event handler web compatible (#8225) | Benjamin Gruenbaum | |
2020-09-19 | fix(cli/rt): make some web API constructors illegal at runtime (#7468) | Nayeem Rahman | |
2020-08-19 | refactor(op_crates/web): move abort signal (#7117) | Luca Casonato | |