summaryrefslogtreecommitdiff
path: root/cli/js/web
AgeCommit message (Expand)Author
2020-05-06Check destination length in encodeInto (#5078)Nikolai Vavilov
2020-05-04feat(URL): Support drive letters for file URLs on Windows (#5074)Nayeem Rahman
2020-05-04fix: URL constructor throws confusing error on invalid scheme (#5057)Daniel Lenksjö
2020-05-04fix(console): formatting misalignment on console.table (#5046)木杉
2020-05-03Add TransformStream and TransformStreamController (#5042)Kitson Kelly
2020-05-01BREAKING: remove window.location and self.location (#5034)Bartek Iwańczuk
2020-05-01Correct copyright in cli/js/web/decode_utf8.ts (#5035)Ryan Dahl
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-28BREAKING: Remove Deno.EOF, use null instead (#4953)Nayeem Rahman
2020-04-28BREAKING: Use LLVM target triple for Deno.build (#4948)Ryan Dahl
2020-04-28url: Make zero a valid port (#4963)Marcos Casagrande
2020-04-28refactor: remove combined io interface like ReadCloser (#4944)Bartek Iwańczuk
2020-04-28Change URL.port implementation to match WHATWG specifications (#4954)Marcos Casagrande
2020-04-28BREAKING: Remove Deno.symbols namespace (#4936)Nayeem Rahman
2020-04-27fix(console): don't throw RangeError when an invalid date is passed (#4929)uki00a
2020-04-27refactor: decouple Console implementation from stdout (#4899)Bartek Iwańczuk
2020-04-25fix(cli/js/symbols): Update symbol descriptions (#4878)Nayeem Rahman
2020-04-25change type of stdio handles in JS api (#4891)Bartek Iwańczuk
2020-04-23fix(#2142) make URLSearchParams more standardized (#4695)Fenzland
2020-04-22BREAKING CHANGE: rename Deno.toAsyncIterator() to Deno.iter() (#4848)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-14dedup various type definitions (#4741)Ryan Dahl
2020-04-13dedup Headers types (#4736)Ryan Dahl
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-11dedup URLSearchParams, URL, Location, DOMStringList (#4719)Ryan Dahl
2020-04-11dedup type declarations (#4718)Ryan Dahl
2020-04-11refactor: Event and EventTarget implementations (#4707)Kitson Kelly
2020-04-10BREAKING: Make fetch API more web compatible (#4687)Ryan Dahl
2020-04-10implement Worker.terminate() and self.close() (#4684)Bartek Iwańczuk
2020-04-06docs: add README to cli/js/web/ (#4578)Ondřej Žára
2020-04-05feat: Add File support in FormData (#4632)crowlKats
2020-04-03feat: Expose ReadableStream and make Blob more standardized (#4581)Yusuke Sakurai
2020-04-03make Worker.poll private (#4603)Bartek Iwańczuk
2020-03-31fix: invalid blob type (#4536)crowlKats
2020-03-30console: print promise details (#4524)Michał Sabiniarz
2020-03-30console: iterable printing improvements (#4472)Michał Sabiniarz
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-24console: replace object abbreviation with line breaking (#4425)Michał Sabiniarz
2020-03-20Add require-await lint rule (#4401)Samrith Shankar
2020-03-19perf: Optimize TextEncoder and TextDecoder (#4430)Bartek Iwańczuk
2020-03-19Simplify timer with macrotask callback (#4385)Kevin (Kun) "Kassimo" Qian
2020-03-17feat: fetch should accept a FormData body (#4363)crowlKats
2020-03-16fix: fetch closes unused body (#4393)Bartek Iwańczuk
2020-03-16console: Symbol.toStringTag and display Object symbol entries (#4388)Kevin (Kun) "Kassimo" Qian