mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-27 04:37:22 +00:00
LibWeb: Don't expose XMLHttpRequest.responseXML
in workers
This commit is contained in:
parent
07231e74c7
commit
7724a96efa
Notes:
github-actions[bot]
2025-06-30 23:05:26 +00:00
Author: https://github.com/tcl3
Commit: 7724a96efa
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5254
Reviewed-by: https://github.com/gmta ✅
4 changed files with 19 additions and 1 deletions
|
@ -50,6 +50,6 @@ interface XMLHttpRequest : XMLHttpRequestEventTarget {
|
|||
attribute XMLHttpRequestResponseType responseType;
|
||||
readonly attribute any response;
|
||||
readonly attribute DOMString responseText;
|
||||
readonly attribute Document? responseXML;
|
||||
[Exposed=Window] readonly attribute Document? responseXML;
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue