Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-28 | Revert "chore: update deno_std submodule (#20994)" (#21001) | Bartek Iwańczuk | |
This reverts commit 6e2abb2b13af5dff5d631fb1bc0c279c49ebd066. | |||
2023-10-27 | chore: update deno_std submodule (#20994) | Bartek Iwańczuk | |
2023-01-12 | fix: check if BroadcastChannel is open before sending (#17366) | Leo Kettmeir | |
Fixes #16978 | |||
2023-01-02 | chore: update copyright year to 2023 (#17247) | David Sherret | |
Yearly tradition of creating extra noise in git. | |||
2022-07-20 | chore: use import.meta.resolve() in tests (#15256) | Bartek Iwańczuk | |
2022-01-20 | chore: update copyright year (#13434) | Yoshiya Hinosawa | |
2021-08-11 | chore: move test files to testdata directory (#11601) | David Sherret | |
2021-05-23 | feat(extensions): BroadcastChannel WPT conformance | Ben Noordhuis | |
Replaces the file-backed provider by an in-memory one because proper file locking is a hard problem that detracts from the proof of concept. Teach the WPT runner how to extract tests from .html files because all the relevant tests in test_util/wpt/webmessaging/broadcastchannel are inside basics.html and interface.html. |