mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 21:29:06 +00:00
LibWeb: Establish WebSocket connections in parallel
This commit is contained in:
parent
aa243000f3
commit
a869a1c056
Notes:
github-actions[bot]
2025-02-18 18:37:09 +00:00
Author: https://github.com/ADKaster
Commit: a869a1c056
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3346
Reviewed-by: https://github.com/AtkinsSJ
2 changed files with 9 additions and 6 deletions
|
@ -65,7 +65,7 @@ private:
|
|||
|
||||
virtual void initialize(JS::Realm&) override;
|
||||
|
||||
ErrorOr<void> establish_web_socket_connection(URL::URL& url_record, Vector<String>& protocols, HTML::EnvironmentSettingsObject& client);
|
||||
ErrorOr<void> establish_web_socket_connection(URL::URL const& url_record, Vector<String> const& protocols, HTML::EnvironmentSettingsObject& client);
|
||||
|
||||
URL::URL m_url;
|
||||
String m_binary_type { "blob"_string };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue