aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/WebSocket.webidl
Commit message (Expand)AuthorAgeFilesLines
* Convert Web IDL void to undefinedKagami Sascha Rosylight2022-01-051-5/+5
* Migrate to new constructor operation syntaxKagami Sascha Rosylight2019-10-021-1/+2
* Update WebIDL.py to 4166cae81546Manish Goregaokar2019-03-041-1/+1
* Update MPL license to https (part 2)Jan Andre Ikenmeyer2018-11-191-1/+1
* Websockets send typed arrays nowChristian Poveda2018-03-251-2/+2
* Explicitly expose everything everywhere.Ms2ger2016-07-121-1/+1
* Make WebSocket constructor take (DOMString or sequence<DOMString>)James Sanders2016-01-171-1/+1
* updated websocket buffered_amount to be u64 instead of u32Nikki2015-12-291-1/+1
* adding initial support for websocket subprotocol negotationjmr02015-12-171-1/+1
* Fixes #8213: Implement Blob variant of WebSocket.send()Nikki2015-11-041-2/+1
* Adds bufferedAmount to Websocket (fixes #7856).Jim Berlage2015-10-151-1/+1
* Require the argument to WebSocket#send() (fixes #7858).Jim Berlage2015-10-081-1/+1
* WebSocket: Implement WebSocket#binaryTypeTom Jakubowski2015-08-151-1/+1
* Implement WebSocket#onmessage.Ms2ger2015-08-081-1/+1
* Auto merge of #6693 - notriddle:tidy-webidl, r=jdmbors-servo2015-07-221-0/+2
|\
| * Better references.Michael Howell2015-07-221-1/+1
| * Tidy finds WebIDLs with no spec.Michael Howell2015-07-211-0/+2
* | Auto merge of #6582 - servo:clamp-enforce-range, r=jdmbors-servo2015-07-221-2/+1
|\ \
| * | Add Clamp and EnforceRange support for webidl arguments.snf2015-07-221-2/+1
| |/
* / Reject websocket protocol requests that don't match https://tools.ietf.org/ht...Josh Matthews2015-07-221-1/+1
|/
* Fixed definition of Close and Send in WebSocket.webidl and updated implementa...Paul Faria2015-05-191-3/+3
* Implement incomplete opening, sending, and closing behaviour for WebSockets u...William Galliher2015-05-051-8/+16
* Implement a basic WebSocket interface.Hinali Marfatia2014-11-251-0/+27