Ariel-Moroshko
Results
2
issues of
Ariel-Moroshko
## Problem When sending a `Uint8Array` through the WebSocket's `send()` method, the current implementation converts it to its underlying `ArrayBuffer` using `source.buffer`. This becomes problematic when the `Uint8Array` is a...
Changed `WSContestInit` to `WSContextInit` to correctly reflect that this is a WebSocket Context initialization type, not Contest. This was a simple typo where 'Context' was misspelled as 'Contest' in the...