summaryrefslogtreecommitdiff
path: root/js/globals.ts
AgeCommit message (Expand)Author
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
2018-09-14Implement BlobParsa Ghadimi
2018-09-12Add support for fetch() headers (#727)qti3e
2018-09-11Improve global typesParsa Ghadimi
2018-09-01Bundle most types into globals.d.ts (#642)Kitson Kelly
2018-08-26refactor: add and use libdeno.setGlobalErrorHandler instead of window.onerrorYoshiya Hinosawa
2018-08-25Prevent circular imports in ts code (#576)Francesco Borzì
2018-08-22runtime.ts refactor into compiler.ts (#564)Ryan Dahl
2018-08-20First pass at fetch()Ryan Dahl
2018-08-09Add TextEncoder/TextDecoder support.Ryan Dahl
2018-08-09First pass at setTimeout with Tokio (#434)Ryan Dahl
2018-08-08Organize libdeno functions.Ryan Dahl
2018-08-08Generate declarationsKitson Kelly
2018-07-24Change copyrights to be 'Deno authors'.Ryan Dahl
2018-07-06Use C++ to do flatbuffer parsing.Ryan Dahl
2018-07-06Import ts file from prototype without changeRyan Dahl