mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
LibWeb: Fix various typos
Corresponds to: - https://github.com/whatwg/html/pull/10934 - https://github.com/whatwg/html/pull/10950
This commit is contained in:
@@ -29,8 +29,8 @@ create_potential_CORS_request(JS::VM& vm, URL::URL const& url, Optional<Fetch::I
|
||||
if (cors_attribute_state == CORSSettingAttribute::Anonymous)
|
||||
credentials_mode = Fetch::Infrastructure::Request::CredentialsMode::SameOrigin;
|
||||
|
||||
// 5. Let request be a new request whose URL is url, destination is destination, mode is mode, credentials mode is credentialsMode,
|
||||
// and whose use-URL-credentials flag is set.
|
||||
// 5. Return a new request whose URL is url, destination is destination, mode is mode, credentials mode is credentialsMode,
|
||||
// and whose use-URL-credentials flag is set.
|
||||
auto request = Fetch::Infrastructure::Request::create(vm);
|
||||
request->set_url(url);
|
||||
request->set_destination(destination);
|
||||
|
||||
Reference in New Issue
Block a user