aboutsummaryrefslogtreecommitdiff
path: root/test/js/web/workers/message-channel.test.ts (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-08-01add `BroadcastChannel` (#3922)Gravatar Dylan Conway 1-14/+10
* copy and format * update `SerializedScriptValue.cpp` * use `expect().fail()` in message channel tests * rename `BroadcastChannelIdentifier.h` * copy registries * progress and tests * cleanup * worker and broadcast channel test * `BroadcastChannel` ref and unref * `MessagePort` ref, unref, and hasRef * remove `SecurityContext.cpp/h` * add types
2023-07-28fix types and add message channel/port gc testGravatar Dylan Conway 1-3/+15
2023-07-28`MessageChannel` and `MessagePort` (#3860)Gravatar Dylan Conway 1-0/+254
* copy and format * copy * copy * cleanup * some tests * spellcheck * add types * don't lock getting contextId * array buffer test