mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-28 20:29:03 +00:00
LibWeb: Implement XMLHttpRequest.onreadystatechange
This commit is contained in:
parent
824be02cb0
commit
dc8707527f
Notes:
sideshowbarker
2024-07-18 03:41:24 +09:00
Author: https://github.com/awesomekling
Commit: dc8707527f
3 changed files with 16 additions and 0 deletions
|
@ -18,4 +18,6 @@ interface XMLHttpRequest : XMLHttpRequestEventTarget {
|
|||
|
||||
ByteString? getResponseHeader(ByteString name);
|
||||
|
||||
attribute EventHandler onreadystatechange;
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue