mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:17:36 +00:00
LibWeb: Add constructor to XMLHttpRequest IDL interface
This commit is contained in:
parent
8f8f7bfd0f
commit
13867600c3
2 changed files with 11 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
interface XMLHttpRequest : XMLHttpRequestEventTarget {
|
||||
|
||||
constructor();
|
||||
|
||||
const unsigned short UNSENT = 0;
|
||||
const unsigned short OPENED = 1;
|
||||
const unsigned short HEADERS_RECEIVED = 2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue