Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-30 | Rename crate_ops to extensions (#10431) | Andy Hayden | |
2021-04-14 | chore: align FormData to spec (#10169) | Luca Casonato | |
This PR aligns `FormData` to spec. All WPT tests are passing. | |||
2021-04-02 | Revert "fix(cli): align type definitions to spec (#9782)" (#9961) | Kitson Kelly | |
This reverts commit f8aff8edcdb7330a8cc397e2af2ec445533ce970. | |||
2021-04-01 | fix(cli): align type definitions to spec (#9782) | Casper Beyer | |
Fixes #5666 | |||
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-01-28 | chore: add jsdoc to 26_fetch.js and enable some fetch tests (#9305) | Luca Casonato | |
2021-01-17 | fix(op_crates/web): Use WorkerLocation for location in workers (#9084) | Nayeem Rahman | |
2021-01-11 | chore: update copyright to 2021 (#9092) | Yusuke Tanaka | |
2021-01-09 | fix(web): implement DOMException#code (#9015) | Yacine Hmito | |
Co-authored-by: Luca Casonato <lucacasonato@yahoo.com> | |||
2021-01-07 | feat: add --location=<href> and globalThis.location (#7369) | Nayeem Rahman | |
2020-12-26 | chore: move ProgressEvent type to deno.web lib (#8878) | Luca Casonato | |
2020-11-03 | build: migrate to dlint (#8176) | Bartek Iwańczuk | |
This commit migrates repository from using "eslint" to "dlint" for linting JavaScript code. | |||
2020-09-26 | fix(cli/dts): Use var instead of const and let for globals (#7680) | Nayeem Rahman | |
2020-09-18 | refactor: move FileReader to op_crates/web (#7554) | Bartek Iwańczuk | |
2020-08-19 | refactor(op_crates/web): move abort signal (#7117) | Luca Casonato | |
2020-08-07 | Op crate for Web APIs (#6906) | Bartek Iwańczuk | |
Co-authored-by: Ryan Dahl <ry@tinyclouds.org> |