Implement a basic WebSocket interface.

This commit is contained in:
Hinali Marfatia 2014-10-25 23:58:59 -04:00 committed by Ms2ger
parent 10f8fe0067
commit b1d6041420
6 changed files with 79 additions and 36 deletions

View file

@ -164,6 +164,7 @@ var interfaceNamesInGlobalScope = [
"UIEvent",
"URLSearchParams",
"ValidityState",
"WebSocket",
"Window",
"Worker",
"WorkerGlobalScope", // #2823