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
/
runtime
/
js
/
99_main.js
Age
Commit message (
Expand
)
Author
2021-09-12
refactor(runtime): Use `util.nonEnumerable` to define `console` (#11982)
Andreu Botella
2021-09-08
feat: add URLPattern API (#11941)
Luca Casonato
2021-09-06
BREAKING(unstable): Remove Deno.Signals enum, Deno.signals.* (#11909)
Ryan Dahl
2021-08-31
feat(workers): Make the `Deno` namespace configurable and unfrozen (#11888)
Andreu Botella
2021-08-25
feat: ArrayBuffer in structured clone transfer (#11840)
Luca Casonato
2021-08-20
chore: upgrade dlint and run `prefer-primordials` rule (#11777)
Yusuke Tanaka
2021-08-16
feat(runtime): support classic workers for internal testing (#11338)
Andreu Botella
2021-08-10
feat: add experimental WebSocketStream API (#10365)
Leo K
2021-08-09
feat(extensions/web): add structuredClone function (#11572)
Leo K
2021-07-29
feat(runtime): implement navigator.hardwareConcurrency (#11448)
Divy Srivastava
2021-07-26
refactor: use `primordials` in runtime, extensions and core (#11500)
Yusuke Tanaka
2021-07-23
cleanup(runtime): remove last references to Deno.core.sharedQueue (#11503)
Aaron O'Mullan
2021-07-10
fix: align DedicatedWorkerGlobalScope event handlers to spec (#11353)
Andreu Botella
2021-07-08
chore: update wgpu to 0.9.0 (#11315)
Luca Casonato
2021-07-06
feat(crypto): implement generateKey() and sign() (#9614)
Divy Srivastava
2021-07-04
fix: primordials in extensions/net and runtime/js (#11270)
Simon Rask
2021-07-04
refactor: use primordials in runtime/, part2 (#11248)
Bartek Iwańczuk
2021-07-03
feat: enable WebAssembly.instantiateStreaming and wasm async compilation (#11...
Andreu Botella
2021-07-03
refactor: introduce primordials for ext/web (#11228)
Luca Casonato
2021-06-27
feat(inspector): pipe console messages between terminal and inspector (#11134)
Bartek Iwańczuk
2021-06-25
chore(ext/console): deprecate Deno.customInspect (#10035)
Yoshiya Hinosawa
2021-06-22
feat: transfer MessagePort between workers (#11076)
Luca Casonato
2021-06-22
feat: Deno namespace configurable and unfrozen (#11062)
Kitson Kelly
2021-06-21
feat: `MessageChannel` and `MessagePort` (#11051)
Luca Casonato
2021-06-15
fix: make WHATWG streams more compliant (#10967)
Luca Casonato
2021-06-09
fix(runtime): early binding to dispatchEvent in workers (#10904)
Kitson Kelly
2021-06-06
feat(extensions/crypto): implement subtle.digest (#10796)
Casper Beyer
2021-06-06
feat(web): Implement TextDecoderStream and TextEncoderStream (#10842)
Andreu Botella
2021-06-05
refactor(web): use encoding_rs for text encoding (#10844)
Luca Casonato
2021-06-05
fix(crypto): change Crypto to interface (#10853)
Leo K
2021-06-05
fix(streams): expose ReadableByteStreamController & TransformStreamDefaultCon...
Leo K
2021-05-23
feat(extensions): add BroadcastChannel
Ben Noordhuis
2021-05-18
chore: update deno_lint binary used in CI to v0.5.0 (#10652)
Yusuke Tanaka
2021-05-11
feat(runtime/worker): Structured cloning worker message passing (#9323)
Tim Ramlot
2021-05-10
feat: add WebStorage API (#7819)
crowlKats
2021-05-06
chore: update wgpu and realign to spec (#9760)
Luca Casonato
2021-05-03
fix(core): error registration could pollute constructors (#10422)
Aaron O'Mullan
2021-04-25
refactor(core): move op cache sync responsibility to rust space (#10340)
Aaron O'Mullan
2021-04-21
refactor(core): simplify error handling (#10297)
Aaron O'Mullan
2021-04-20
chore: align fetch to spec (#10203)
Luca Casonato
2021-04-14
chore: align FormData to spec (#10169)
Luca Casonato
2021-04-12
refactor(deno): remove concept of bin & json ops (#10145)
Aaron O'Mullan
2021-04-12
feat: Add Deno.memoryUsage() (#9986)
Aaron O'Mullan
2021-04-05
refactor: convert ops to use serde_v8 (#10009)
Aaron O'Mullan
2021-03-18
chore(console): distinguish between log levels (#9824)
Luca Casonato
2021-03-18
refactor: update minimal ops & rename to buffer ops (#9719)
Inteon
2021-03-12
refactor: move Console to op_crates/console (#9770)
Luca Casonato
2021-03-08
fix(runtime/js): add navigator interface objects (#9685)
Nayeem Rahman
2021-03-01
feat: WebGPU API (#7977)
crowlKats
2021-02-04
chore: use strict mode for internal runtime, core, and op_crates js (#9391)
Developing
[next]