summaryrefslogtreecommitdiff
path: root/op_crates/web/03_global_interfaces.js
AgeCommit message (Collapse)Author
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