summaryrefslogtreecommitdiff
path: root/runtime/js/99_main.js
AgeCommit message (Expand)Author
2022-08-21feat: `queueMicrotask()` error handling (#15522)Nayeem Rahman
2022-08-11perf(ops): Monomorphic sync op calls (#15337)Aapo Alasuutari
2022-08-10fix: allow setting `globalThis.location` when no `--location` is provided (#1...Kayla Washburn
2022-08-04fix: Update `Object.prototype.__proto__` related comments (#15394)Yongwook Choi
2022-07-23fix: unhandledrejection handling for sync throw in top level (#15279)Bartek Iwańczuk
2022-07-20Reland "feat: add "unhandledrejection" event support" (#15211)Bartek Iwańczuk
2022-07-15Revert "feat: add "unhandledrejection" event support (#12994) (#15080)" (#15210)Bartek Iwańczuk
2022-07-14feat: add "unhandledrejection" event support (#12994) (#15080)Bartek Iwańczuk
2022-07-04Revert "feat: add "unhandledrejection" event support (#12994)" (#15075)Bartek Iwańczuk
2022-07-04feat: add "unhandledrejection" event support (#12994)Bartek Iwańczuk
2022-06-28feat(web): add beforeunload event (#14830)Colin Ihrig
2022-06-15BREAKING: remove `Intl.v8BreakIterator` (#14864)Luca Casonato
2022-06-13Deno.exit() is an alias to self.close() in worker contexts (#14826)Bartek Iwańczuk
2022-06-07refactor(core): Move Deno.core bindings to ops (#14793)Nayeem Rahman
2022-06-06fix: Format non-error exceptions (#14604)Nayeem Rahman
2022-05-17BREAKING(unstable): Enable Deno namespace in workers by default (#14581)Nayeem Rahman
2022-05-14feat: add userAgent property to Navigator's prototype (#14415)randomicon00
2022-05-06feat(web): add `performance.timeOrigin` (#14489)Geert-Jan Zwiers
2022-05-03refactor: add core.formatLocationFilename, remove op_format_filename (#14474)Bartek Iwańczuk
2022-04-15refactor: Move source map lookups to core (#14274)Nayeem Rahman
2022-04-13feat(ext/web): Add error events for event listener and timer errors (#14159)Nayeem Rahman
2022-03-19refactor: cleanup assert() & AssertionError definitions (#13859)Leo Kettmeir
2022-03-01fix(runtime): disable console color for non tty stdout (#13782)Antonio Musolino
2022-02-11compat: support --compat in web workers (#13629)Bartek Iwańczuk
2022-02-01refactor: primordials for instanceof (#13527)Bartek Iwańczuk
2022-01-27Revert "refactor: update runtime code for primordial checks for "instanceof" ...Bartek Iwańczuk
2022-01-27refactor: update runtime code for primordial checks for "instanceof" (#13497)Bartek Iwańczuk
2022-01-24feat(ext/web): add CompressionStream API (#11728)Leo Kettmeir
2022-01-18feat: stabilize test steps API (#13400)David Sherret
2022-01-17fix(ext/console): don't depend on globalThis present (#13387)Bartek Iwańczuk
2022-01-09fix: expose "Deno.memoryUsage()" in worker context (#13293)Rodney van den Velden
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-11-03feat(ext/web): BYOB support for ReadableStream (#12616)Leo Kettmeir
2021-10-11fix(runtime): Declare `Window.self` and `DedicatedWorkerGlobalScope.name` wit...Andreu Botella
2021-10-11feat(unstable/test): imperative test steps API (#12190)David Sherret
2021-10-08refactor: deduplicate `defineEventHandler` util (#12367)Andreu Botella
2021-10-07fix(runtime): Getting `navigator.hardwareConcurrency` on workers shouldn't th...Andreu Botella
2021-10-01fix(runtime/js/workers): throw errors instead of using an op (#12249)Nayeem Rahman
2021-09-29feat: stabilize URLPattern API (#12256)Luca Casonato
2021-09-18fix(cli/fmt_errors): Abbreviate long data URLs in stack traces (#12127)Nayeem Rahman
2021-09-16fix(ext/crypto): use DataError in importKey() (#12071)Divy Srivastava
2021-09-12refactor(runtime): Use `util.nonEnumerable` to define `console` (#11982)Andreu Botella
2021-09-08feat: add URLPattern API (#11941)Luca Casonato
2021-09-06BREAKING(unstable): Remove Deno.Signals enum, Deno.signals.* (#11909)Ryan Dahl
2021-08-31feat(workers): Make the `Deno` namespace configurable and unfrozen (#11888)Andreu Botella
2021-08-25feat: ArrayBuffer in structured clone transfer (#11840)Luca Casonato
2021-08-20chore: upgrade dlint and run `prefer-primordials` rule (#11777)Yusuke Tanaka
2021-08-16feat(runtime): support classic workers for internal testing (#11338)Andreu Botella
2021-08-10feat: add experimental WebSocketStream API (#10365)Leo K
2021-08-09feat(extensions/web): add structuredClone function (#11572)Leo K