aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/CloseEvent.webidl
Commit message (Collapse)AuthorAgeFilesLines
* script: Move code generation and webidl files to new script_bindings crate. ↵Josh Matthews2025-01-241-18/+0
| | | | | (#35157) Signed-off-by: Josh Matthews <josh@joshmatthews.net>
* Migrate to new constructor operation syntaxKagami Sascha Rosylight2019-10-021-1/+2
|
* Require default dictionary value for optional dictsKagami Sascha Rosylight2019-07-121-1/+1
|
* Update MPL license to https (part 2)Jan Andre Ikenmeyer2018-11-191-1/+1
|
* Explicitly expose everything everywhere.Ms2ger2016-07-121-1/+1
|
* Correct the initial value of wasClean in CloseEvent.Ms2ger2015-05-061-1/+1
|
* Move the CloseEventInit defaults into IDL.Ms2ger2015-05-061-3/+3
|
* Implement incomplete opening, sending, and closing behaviour for WebSockets ↵William Galliher2015-05-051-0/+17
using rust-websocket. Authors: Shivaji Vidhale <savidhal@ncsu.edu> William Galliher <wpgallih@ncsu.edu> Allen Chen <achen4@ncsu.edu> Rucha Jogaikar <rsjogaik@ncsu.edu>