Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-08-01 | add `BroadcastChannel` (#3922) | 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-28 | fix types and add message channel/port gc test | 1 | -3/+15 | ||
2023-07-28 | `MessageChannel` and `MessagePort` (#3860) | 1 | -0/+254 | ||
* copy and format * copy * copy * cleanup * some tests * spellcheck * add types * don't lock getting contextId * array buffer test |