mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-28 03:17:31 +09:00
Split aData into smaller chunks to avoid going over the IPC message size limit (1335989).
This commit is contained in:
parent
0104a9cd3c
commit
e84c7ab0c3
6 changed files with 32 additions and 4 deletions
|
|
@ -35,7 +35,7 @@ parent:
|
|||
async AppData(SerializedLoadContext loadContext, PBrowserOrId browser);
|
||||
|
||||
// methods corresponding to those of nsIWyciwygChannel
|
||||
async WriteToCacheEntry(nsString data);
|
||||
async WriteToCacheEntry(nsDependentSubstring data);
|
||||
async CloseCacheEntry(nsresult reason);
|
||||
async SetCharsetAndSource(int32_t source, nsCString charset);
|
||||
async SetSecurityInfo(nsCString securityInfo);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue