mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
LibWeb: Add [Clamp] extended attribute to WebSocket.close
This commit is contained in:
parent
f02ca0c431
commit
b583aec3ac
Notes:
github-actions[bot]
2024-08-24 12:53:19 +00:00
Author: https://github.com/jamierocks
Commit: b583aec3ac
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1178
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ interface WebSocket : EventTarget {
|
|||
attribute EventHandler onclose;
|
||||
readonly attribute DOMString extensions;
|
||||
readonly attribute DOMString protocol;
|
||||
undefined close(optional unsigned short code, optional USVString reason);
|
||||
undefined close(optional [Clamp] unsigned short code, optional USVString reason);
|
||||
|
||||
// messaging
|
||||
attribute EventHandler onmessage;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue