mirror of
https://github.com/RGBCube/serenity
synced 2025-05-15 06:34:59 +00:00
![]() This adds the XMLHttpRequest::open(String, String, bool, String, String) overload. The following FIXMEs has been implemented: - If method is not a method, then throw a "SyntaxError" DOMException. - If the username argument is not null, set the username given parsedURL and username. - If the password argument is not null, set the password given parsedURL and password. - Set this’s synchronous flag if async is false; otherwise unset this’s synchronous flag. Spec comments has also been updated. |
||
---|---|---|
.. | ||
EventNames.cpp | ||
EventNames.h | ||
ProgressEvent.h | ||
ProgressEvent.idl | ||
XMLHttpRequest.cpp | ||
XMLHttpRequest.h | ||
XMLHttpRequest.idl | ||
XMLHttpRequestEventTarget.cpp | ||
XMLHttpRequestEventTarget.h | ||
XMLHttpRequestEventTarget.idl |