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
/
message_port.rs
Age
Commit message (
Expand
)
Author
2024-10-17
refactor(ext/web): use concrete error types (#26185)
Leo Kettmeir
2024-10-04
fix(node): fix worker_threads issues blocking Angular support (#26024)
Nathan Whitaker
2024-04-16
fix(ext/node): worker_threads.receiveMessageOnPort doesn't panic (#23406)
Bartek Iwańczuk
2024-04-16
fix(ext/node): panic on 'worker_threads.receiveMessageOnPort' (#23386)
Bartek Iwańczuk
2024-03-16
fix(ext/node): support MessagePort in `WorkerOptions.workerData` (#22950)
Bartek Iwańczuk
2024-03-11
fix(ext/node) implement receiveMessageOnPort for node:worker_threads (#22766)
mash-graz
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-09-14
refactor: rewrite more ops to op2 macro (#20478)
Bartek Iwańczuk
2023-09-11
chore: update inner #\![allow] to #[allow] (#20463)
Matt Mastracci
2023-01-14
chore: use rustfmt imports_granularity option (#17421)
Divy Srivastava
2023-01-13
chore: add `copyright_checker` tool and add the missing copyright (#17285)
Yiyu Lin
2022-07-11
chore(web, worker): Use `DetachedBuffer` for `postMessage` ops (#15133)
Andreu Botella
2022-05-13
chore(runtime): Make some ops in ext and runtime infallible. (#14589)
Andreu Botella
2022-03-14
feat(ops): custom arity (#13949)
Aaron O'Mullan
2022-03-14
feat(core): codegen ops (#13861)
Divy Srivastava
2021-11-03
fix: Deno.emit crashes with BorrowMutError (#12627)
Ryan Dahl
2021-08-25
feat: ArrayBuffer in structured clone transfer (#11840)
Luca Casonato
2021-08-15
refactor(ops): return BadResource errors in ResourceTable calls (#11710)
Aaron O'Mullan
2021-08-11
Rename extensions/ directory to ext/ (#11643)
Ryan Dahl