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
/
web_worker.rs
Age
Commit message (
Expand
)
Author
2021-03-26
remove macro_use (#9884)
Ryan Dahl
2021-03-14
fix(runtime): do not require deno namespace in workers for crypto (#9784)
Casper Beyer
2021-03-12
chore: split web op crate (#9635)
Luca Casonato
2021-03-04
fix(runtime/web_worker): Don't block self.onmessage with TLA (#9619)
Nayeem Rahman
2021-03-02
refactor(op_crates/web): Move URL parsing to Rust (#9276)
Nayeem Rahman
2021-03-01
feat: WebGPU API (#7977)
crowlKats
2021-02-21
feat(unstable): per op metrics (#9240)
Luca Casonato
2021-02-17
Make ModuleSpecifier a type alias, not wrapper struct (#9531)
Ryan Dahl
2021-01-11
upgrade: tokio 1.0 (#8779)
Bartek Iwańczuk
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
2021-01-07
feat: add --location=<href> and globalThis.location (#7369)
Nayeem Rahman
2021-01-06
refactor: move WebSocket API to an op_crate (#9026)
Luca Casonato
2021-01-05
feat(cli/standalone): support runtime flags for deno compile (#8738)
Nayeem Rahman
2020-12-20
Revert "fix: TLA in web worker (#8809)" (#8839)
Bartek Iwańczuk
2020-12-20
fix: TLA in web worker (#8809)
Bartek Iwańczuk
2020-12-16
refactor: rewrite ops to use ResourceTable2 (#8512)
Bartek Iwańczuk
2020-12-13
refactor: deno_runtime crate (#8640)
Bartek Iwańczuk