mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:17:44 +00:00
LibWeb: Port fire_progress_event() + request_error_steps() to new String
This ports XHR's fire_progress_event() and request_error_steps() to new FlyString. Signature of fire_progress_event() parameter event_name was changed from 'String const&' to 'FlyString const&'.
This commit is contained in:
parent
fdd33d818c
commit
bf048da8cb
2 changed files with 22 additions and 22 deletions
|
@ -89,7 +89,7 @@ private:
|
|||
|
||||
WebIDL::ExceptionOr<void> handle_response_end_of_body();
|
||||
WebIDL::ExceptionOr<void> handle_errors();
|
||||
JS::ThrowCompletionOr<void> request_error_steps(DeprecatedFlyString const& event_name, JS::GCPtr<WebIDL::DOMException> exception = nullptr);
|
||||
JS::ThrowCompletionOr<void> request_error_steps(FlyString const& event_name, JS::GCPtr<WebIDL::DOMException> exception = nullptr);
|
||||
|
||||
XMLHttpRequest(JS::Realm&, XMLHttpRequestUpload&, Fetch::Infrastructure::HeaderList&, Fetch::Infrastructure::Response&, Fetch::Infrastructure::FetchController&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue