ported from UXP: Issue #1587 Part 11 (followup 1): Implement multithreaded signals for workers. (1ae64317)

This commit is contained in:
2022-04-15 13:23:47 +08:00
parent 17ec78fe10
commit a1fa77b368
12 changed files with 104 additions and 30 deletions
+1 -1
View File
@@ -560,7 +560,7 @@ private:
ir->SetPrincipalInfo(Move(mPrincipalInfo));
}
RefPtr<Response> response = new Response(aCache->GetGlobalObject(), ir);
RefPtr<Response> response = new Response(aCache->GetGlobalObject(), ir, nullptr);
RequestOrUSVString request;
request.SetAsUSVString().Rebind(URL().Data(), URL().Length());