mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:07:34 +00:00
LibWeb: Implement XMLHttpRequest.getAllResponseHeaders()
This commit is contained in:
parent
95559c4277
commit
7ef4d75716
3 changed files with 21 additions and 0 deletions
|
@ -17,6 +17,7 @@ interface XMLHttpRequest : XMLHttpRequestEventTarget {
|
|||
undefined send();
|
||||
|
||||
ByteString? getResponseHeader(ByteString name);
|
||||
ByteString getAllResponseHeaders();
|
||||
|
||||
attribute EventHandler onreadystatechange;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue