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
/
cli
/
tests
/
workers_test.ts
Age
Commit message (
Expand
)
Author
2021-02-15
chore: Reorganise workers tests (#9493)
Bartek Iwańczuk
2021-02-02
chore: remove std directory (#9361)
Casper Beyer
2021-01-19
feat: Add WorkerOptions interface to type declarations (#9147)
Nayeem Rahman
2021-01-17
fix(op_crates/web): Use WorkerLocation for location in workers (#9084)
Nayeem Rahman
2021-01-16
upgrade: dlint in third_party/ (#9134)
Bartek Iwańczuk
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
2021-01-08
fix: Worker hangs when posting "undefined" as message (#8920)
yonatan ben avraham
2021-01-07
feat: add --location=<href> and globalThis.location (#7369)
Nayeem Rahman
2021-01-07
fix: Use "none" instead of false to sandbox Workers (#9034)
Nayeem Rahman
2021-01-06
feat: Add configurable permissions for Workers (#8215)
Steven Guerrero
2021-01-06
feat(cli): support data urls (#8866)
Kitson Kelly
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-11-27
fix: panic in worker when closing at top level (#8510)
Bartek Iwańczuk
2020-11-26
refactor(cli/tests): replace createResolvable with deferred (#8507)
crowlKats
2020-11-24
feat(cli): update to TypeScript 4.1 (#7573)
Kitson Kelly
2020-11-10
fix(web/worker) define event handlers in DOM order (#8334)
Benjamin Gruenbaum
2020-11-03
build: migrate to dlint (#8176)
Bartek Iwańczuk
2020-10-12
fix(cli/rt/main): Add global interface objects (#7875)
Nayeem Rahman
2020-07-14
Use dprint for internal formatting (#6682)
David Sherret
2020-06-09
fix(cli/js/web/worker): Disable relative module specifiers (#5266)
Nayeem Rahman
2020-05-08
feat(workers): "crypto" global accessible in Worker scope (#5121)
Oliver Lenehan
2020-04-16
feat: support Deno namespace in Worker API (#4784)
Bartek Iwańczuk
2020-04-14
fix(worker): make worker name spec compliant (#4746)
Bartek Iwańczuk
2020-04-13
feat: implement EventTarget for worker scope (#4737)
Bartek Iwańczuk
2020-04-13
feat(worker): add MessageEvent, ErrorEvent and handling to Worker API (#4391)
crowlKats
2020-04-10
implement Worker.terminate() and self.close() (#4684)
Bartek Iwańczuk
2020-03-28
Update to Prettier 2 and use ES Private Fields (#4498)
Kitson Kelly
2020-03-18
feat: Deno.test() sanitizes ops and resources (#4399)
Bartek Iwańczuk
2020-03-11
move compiler API tests to integration tests (#4319)
Bartek Iwańczuk
2020-03-03
add assertOps sanitizer in cli/js/ unit tests (#4209)
Bartek Iwańczuk