mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 22:38:41 +09:00
Fix MSVC builderr pt 2
This commit is contained in:
parent
89b3948962
commit
bcff9710c8
1 changed files with 6 additions and 0 deletions
|
|
@ -6949,6 +6949,9 @@ R"JS(
|
|||
return closePromise;
|
||||
}
|
||||
|
||||
)JS"
|
||||
R"JS(
|
||||
|
||||
function __uxpTransferWritableStream(stream) {
|
||||
if (!isWritableStream(stream))
|
||||
return undefined;
|
||||
|
|
@ -7104,6 +7107,9 @@ R"JS(
|
|||
}
|
||||
}
|
||||
|
||||
)JS"
|
||||
R"JS(
|
||||
|
||||
function postReadableTransferPortError(record, error) {
|
||||
var posted = tryPostReadableTransferPort(record.port,
|
||||
{ type: "error", value: error });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue