mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-20 23:33:50 +02:00
Fix uploading world images
This commit is contained in:
6
src/types/globals.d.ts
vendored
6
src/types/globals.d.ts
vendored
@@ -186,7 +186,6 @@ declare global {
|
||||
SetUserAgent(): Promise<void>;
|
||||
|
||||
// Common Functions
|
||||
MD5File(blob: string): Promise<string>;
|
||||
GetColourFromUserID(userId: string): Promise<number>;
|
||||
OpenLink(url: string): Promise<void>;
|
||||
GetLaunchCommand(): Promise<string>;
|
||||
@@ -207,6 +206,11 @@ declare global {
|
||||
GetFileBase64(path: string): Promise<string | null>;
|
||||
TryOpenInstanceInVrc(launchUrl: string): Promise<boolean>;
|
||||
|
||||
// Image Upload (Cef Only)
|
||||
MD5File(blob: string): Promise<string>;
|
||||
SignFile(blob: string): Promise<string>;
|
||||
FileLength(blob: string): Promise<string>;
|
||||
|
||||
// Folders
|
||||
GetVRChatAppDataLocation(): Promise<string>;
|
||||
GetVRChatPhotosLocation(): Promise<string>;
|
||||
|
||||
Reference in New Issue
Block a user