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