summaryrefslogtreecommitdiff
path: root/cli/js/lib.deno.shared_globals.d.ts
AgeCommit message (Expand)Author
2020-07-19Port internal TS code to JS (#6793)Bartek Iwańczuk
2020-07-14Use dprint for internal formatting (#6682)David Sherret
2020-07-13Revert "feat: move unstable Deno.permissions to navigator.permissions… (#6729)Bartek Iwańczuk
2020-07-10feat: add performance user timing APIs (#6421)Kitson Kelly
2020-07-09feat: move unstable Deno.permissions to navigator.permissions (#6244)Kitson Kelly
2020-07-06Fix definition of URL constructor (#6653)Ryan Dahl
2020-07-03fix: move ImportMeta to deno.ns lib (#6588)Kitson Kelly
2020-06-09fix(cli/js/web/worker): Disable relative module specifiers (#5266)Nayeem Rahman
2020-05-30doc: add/update jsdoc for global functions (#5963)Chris Knight
2020-05-29fix(cli/js/error_stack): Expose Error.captureStackTrace (#5254)Nayeem Rahman
2020-05-25fix(cli/web/fetch): Make Response constructor standard (#5787)Marcos Casagrande
2020-05-18Revert "Fix definition of URL constructor (#5521)" (#5564)Ryan Dahl
2020-05-17Fix definition of URL constructor (#5521)Masahiro Miyashiro (3846masa)
2020-05-16Fix formatting of example code in typescript declaration files (#5475)Siddharth Parmar
2020-05-16Fix a bunch of spelling errors (#5314)Bert Belder
2020-05-15fix: setTimeout and friends have too strict types (#5412)Tomasz Gałkowski
2020-05-08feat(workers): "crypto" global accessible in Worker scope (#5121)Oliver Lenehan
2020-05-03Add TransformStream and TransformStreamController (#5042)Kitson Kelly
2020-05-01BREAKING: remove window.location and self.location (#5034)Bartek Iwańczuk
2020-04-30feat: Add WritableStreams (and enable ReadableStreams piping) (#4980)Kitson Kelly
2020-04-29feat(std/path): Add fromFileUrl() (#4993)Nayeem Rahman
2020-04-28refactor: change InspectOptions, make Deno.inspect stable (#4967)Bartek Iwańczuk
2020-04-22Rewrite streams (#4842)Kitson Kelly
2020-04-16feat: support Deno namespace in Worker API (#4784)Bartek Iwańczuk
2020-04-15Add support for AbortController/AbortSignal (#4757)Kitson Kelly
2020-04-13feat(worker): add MessageEvent, ErrorEvent and handling to Worker API (#4391)crowlKats
2020-04-13workers: update postMessage and location types (#4734)Bartek Iwańczuk
2020-04-11refactor: Event and EventTarget implementations (#4707)Kitson Kelly
2020-04-10Remove __domTypes namespace (#4698)Ryan Dahl
2020-04-10BREAKING: Make fetch API more web compatible (#4687)Ryan Dahl
2020-04-09Remove __event, __eventTarget, __customEvent namespaces (#4683)Ryan Dahl
2020-04-08Remove __blob and __console namespaces (#4677)Ryan Dahl
2020-04-08Remove extra copy of URLSearchParams (#4675)Ryan Dahl
2020-04-08Remove __io namespace (#4669)Ryan Dahl
2020-04-07Remove __url namespace (#4668)Ryan Dahl
2020-04-07Remove __workers namespace (#4665)Ryan Dahl
2020-04-07Remove __textEncoding and __performanceUtil namespaces (#4663)Ryan Dahl
2020-04-07Remove __timers namespace (#4662)Ryan Dahl
2020-04-03feat: Expose ReadableStream and make Blob more standardized (#4581)Yusuke Sakurai
2020-03-28Update to Prettier 2 and use ES Private Fields (#4498)Kitson Kelly
2020-03-25refactor: rename ConsoleOptions to InspectOptions (#4493)Chris Knight
2020-03-24feat: add queueMicrotask to d.ts (#4477)Yusuke Sakurai
2020-03-21Remove @url comments from d.ts files (#4449)Ryan Dahl
2020-03-10refactor: Cleanup options object parameters (#4296)Nayeem Rahman
2020-03-05Support async function and EventListenerObject as listeners (#4240)Ryan Dahl
2020-03-02seek should return cursor position (#4211)bartOssh
2020-03-02Cleanup comments and internal variables (#4205)dubiousjim
2020-02-23Move WebAsssembly namespace to shared_globals (#4084)Kevin (Kun) "Kassimo" Qian
2020-02-19Support loading additional TS lib files (#3863)Kitson Kelly
2020-02-03Make fetch API more standards compliant (#3667)serverhiccups