Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-13 | fix: webidl utils and align `Event` to spec (#9470) | Luca Casonato | |
2021-02-04 | chore: use strict mode for internal runtime, core, and op_crates js (#9391) | Developing | |
2020-12-11 | chore: fixed various misspellings and other typos (#8691) | Anh Hong | |
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-03 | build: migrate to dlint (#8176) | Bartek IwaĆczuk | |
This commit migrates repository from using "eslint" to "dlint" for linting JavaScript code. | |||
2020-10-20 | fix(cli/worker): Print error stacks from the origin Worker (#7987) | Nayeem Rahman | |
Fixes #4728 |