mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Implement a basic WebSocket interface.
This commit is contained in:
parent
10f8fe0067
commit
b1d6041420
6 changed files with 79 additions and 36 deletions
|
@ -38,6 +38,7 @@ pub enum ListenerPhase {
|
|||
#[jstraceable]
|
||||
pub enum EventTargetTypeId {
|
||||
NodeTargetTypeId(NodeTypeId),
|
||||
WebSocketTypeId,
|
||||
WindowTypeId,
|
||||
WorkerTypeId,
|
||||
WorkerGlobalScopeTypeId(WorkerGlobalScopeId),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue