mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 14:58:37 +09:00
Issue #618 - (async) Split out function to add async request.
This commit is contained in:
parent
ecf9c7cf08
commit
d8c2bc2976
2 changed files with 31 additions and 23 deletions
|
|
@ -571,6 +571,7 @@ private:
|
|||
mozilla::Vector<char16_t> &aString);
|
||||
|
||||
void AddDeferRequest(ScriptLoadRequest* aRequest);
|
||||
void AddAsyncRequest(ScriptLoadRequest* aRequest);
|
||||
bool MaybeRemovedDeferRequests();
|
||||
|
||||
void MaybeMoveToLoadedList(ScriptLoadRequest* aRequest);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue