index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
web
Age
Commit message (
Expand
)
Author
2022-03-16
feat(ops): optional OpState (#13954)
Aaron O'Mullan
2022-03-16
perf(web): Optimize `TextDecoder` by adding a new `U16String` type (#13923)
Andreu Botella
2022-03-14
feat(ops): custom arity (#13949)
Aaron O'Mullan
2022-03-14
feat(ext/web): Add `AbortSignal.timeout()` (#13687)
Andreu Botella
2022-03-14
fix(core): Don't override structured clone error messages from V8 (#13942)
Andreu Botella
2022-03-14
feat(core): codegen ops (#13861)
Divy Srivastava
2022-03-14
chore: improve build times for `ext/` changes (#13927)
Divy Srivastava
2022-03-10
v1.19.3
Yoshiya Hinosawa
2022-03-05
perf(ext/web): optimize atob/btoa (#13841)
Aaron O'Mullan
2022-03-03
chore: bump crate version for 1.19.2 (#13824)
Satya Rohith
2022-02-24
chore: bump crate versions for 1.19.1 (#13760)
David Sherret
2022-02-22
docs: code example to `structuredClone`, `CompressionStream`, `DecompressionS...
Geert-Jan Zwiers
2022-02-17
chore: release crates for v1.19.0 (#13698)
Bartek Iwańczuk
2022-02-16
chore: improve error messages in CompressionStream (#13585)
Luca Casonato
2022-02-15
chore(ext/timers): move ext/timers to ext/web (#13665)
Andreu Botella
2022-02-07
refactor: update runtime code for primordial check for iterators (#13510)
Bartek Iwańczuk
2022-02-04
chore: forward v1.18.2 to main (#13595)
Bartek Iwańczuk
2022-02-01
refactor: primordials for instanceof (#13527)
Bartek Iwańczuk
2022-01-27
chore: forward v1.18.1 to main (#13514)
Bartek Iwańczuk
2022-01-27
Revert "refactor: update runtime code for primordial checks for "instanceof" ...
Bartek Iwańczuk
2022-01-27
refactor: update runtime code for primordial checks for "instanceof" (#13497)
Bartek Iwańczuk
2022-01-24
feat(ext/web): add CompressionStream API (#11728)
Leo Kettmeir
2022-01-20
chore: bump crate version for 0.18.0 (#13441)
Divy Srivastava
2022-01-20
chore: update copyright year (#13434)
Yoshiya Hinosawa
2022-01-18
fix(runtime): don't crash when window is deleted (#13392)
Bartek Iwańczuk
2022-01-14
fix(streams): update TypeError message for pending reads when releasing reade...
Leo Kettmeir
2022-01-14
feat(streams): reject pending reads when releasing reader (#13375)
Leo Kettmeir
2022-01-13
chore: forward v1.17.3 to main (#13364)
Bartek Iwańczuk
2022-01-11
fix(ext/web): handle no arguments in atob (#13341)
Luca Casonato
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2022-01-06
chore: forward 1.17.2 to main (#13295)
Bartek Iwańczuk
2022-01-05
refactor(ext/web): Don't rely on NaN comparisons in `TextEncoderStream` (#13151)
Andreu Botella
2021-12-22
chore: merge v1.17.1 into main (#13184)
Bartek Iwańczuk
2021-12-16
chore: release crates for v1.17.0 (#13112)
Bartek Iwańczuk
2021-12-14
fix(ext/web): set location undefined when `--location` is not specified (#13046)
Yoshiya Hinosawa
2021-12-10
feat(ext/web): implement `AbortSignal.prototype.throwIfAborted()` (#13044)
Andreu Botella
2021-12-10
feat(cli): update to TypeScript 4.5 (#12410)
Kitson Kelly
2021-12-08
feat(streams): support abort reasons in streams (#12991)
Andreu Botella
2021-12-04
chore: merge v1.16.4 into main (#12984)
Luca Casonato
2021-11-24
chore: merge v1.16.3 into main (#12892)
Bert Belder
2021-11-17
chore: bump crates for 1.16.2 (#12792)
David Sherret
2021-11-11
chore: bump crate versions for 1.16.1 (#12729)
Luca Casonato
2021-11-11
fix: add typings for AbortSignal.reason (#12730)
Luca Casonato
2021-11-09
chore: bump crate versions for 1.16.0 (#12706)
Luca Casonato
2021-11-08
feat(ext/web): add `AbortSignal.reason` (#12697)
Leo Kettmeir
2021-11-08
feat(ext/web): WritableStreamDefaultController.signal (#12654)
Leo Kettmeir
2021-11-05
BREAKING chore(ext/web): remove `ReadableStream.getIterator` (#12652)
Leo Kettmeir
2021-11-05
fix: typings for BYOB stream readers (#12651)
Leo Kettmeir
2021-11-03
fix: Deno.emit crashes with BorrowMutError (#12627)
Ryan Dahl
2021-11-03
feat(ext/web): BYOB support for ReadableStream (#12616)
Leo Kettmeir
[next]