summaryrefslogtreecommitdiff
path: root/js/globals.ts
AgeCommit message (Expand)Author
2019-10-04Merge deno_cli_snapshots into deno_cli (#3064)Ryan Dahl
2019-10-02feat: window.onunload (#3023)Bartek Iwańczuk
2019-09-23Rename class name DenoFile to DomFileImpl (#3006)Tomohito Nakayama
2019-09-17Remove some non-standard web API constructors (#2970)Nayeem Rahman
2019-09-10Expose the DOM Body interface globally (#2903)Nayeem Rahman
2019-09-02Refactor snapshot build (#2825)Ryan Dahl
2019-08-31Add window.queueMicrotask (#2844)Kevin (Kun) "Kassimo" Qian
2019-08-30Remove ts_library_builder, maintain lib.deno_runtime.d.ts by hand (#2827)Ryan Dahl
2019-08-19Support custom inspection of objects (#2791)Kitson Kelly
2019-08-05Provide option to delete Deno namespace in worker (#2717)Kevin (Kun) "Kassimo" Qian
2019-07-29Remap stack traces of unthrown errors. (#2693)Kitson Kelly
2019-07-17Adjust console constructor (#2649)迷渡
2019-07-16Support window.onload (#2643)Yoshiya Hinosawa
2019-06-18fix clearTimeout.name / clearInterval.name (#2540)迷渡
2019-06-13expose window.Response (#2515)Bartek Iwańczuk
2019-06-11makes global request type an interface (#2503)Kurt Mackey
2019-05-27add EventTarget implementation (#2377)Adam Conrad
2019-05-17Add crypto.getRandomValues() (#2327)chiefbiiko
2019-05-01Add Request global constructor (#2253)Kurt Mackey
2019-04-19Make Deno/Deno.core not deletable/writable (#2153)Kevin (Kun) "Kassimo" Qian
2019-04-12fix: re-expose DomFile (#2100)Yoshiya Hinosawa
2019-04-08fix `console instanceof Console` (#2073)迷渡
2019-04-03web-compatibility console (#2042)迷渡
2019-04-01Add web worker JS API (#1993)andy finch
2019-03-26namespace reorg: libdeno and DenoCore to Deno.core (#1998)Kitson Kelly
2019-03-25Update ts_library_builder (#1920)Bartek Iwańczuk
2019-03-09Migrate from tslint to eslint for linting (#1905)Kitson Kelly
2019-02-19remove global_eval.ts (#1813)Yoshiya Hinosawa
2019-02-18Add window.locationRyan Dahl
2019-02-12Add Deno global namespace (#1748)Kitson Kelly
2019-02-02Add performance.now (#1633)Dmitry Sharshakov
2019-01-28Split out compiler snapshot (#1566)Kitson Kelly
2019-01-23Web API: CustomEvent (#1505)Adam Conrad
2019-01-21chore: update license lines (#1557)Yoshiya Hinosawa
2019-01-08Minimal Worker support (#1476)Ryan Dahl
2019-01-05Add Event web API (#1059)Adam Conrad
2018-12-23Remove support for extensionless import (#1396)Ryan Dahl
2018-12-17Add URL implementation (#1359)Kitson Kelly
2018-12-06Use alternate TextEncoder/TextDecoder implementation (#1281)Kitson Kelly
2018-11-09Ensure global type instances are available.Kitson Kelly
2018-11-04Web APIs: `File` and `FormData` (#1056)Kyra
2018-11-02Move fetch headers into its own file.Ryan Dahl
2018-10-23Make Headers more idiomatic (#1062)Kitson Kelly
2018-10-22Improve globals for runtime type libraryKitson Kelly
2018-10-21Add URLSearchParams (#1049)Kyra
2018-10-19Add missing copyrights (#1024)ztplz
2018-10-11Replace globals.d.ts with lib.deno_runtime.d.tsKitson Kelly
2018-10-04Use underscores in filenames.Ryan Dahl
2018-09-25Make Deno multithreaded.Ryan Dahl
2018-09-20Add atob() and btoa() (#776)Kevin (Kun) "Kassimo" Qian