v1.2.2 - Fix network error on background, auto-retry streaming with reconnect
This commit is contained in:
7
node_modules/@nicepkg/gpt-runner-shared/dist/browser.d.ts
generated
vendored
Normal file
7
node_modules/@nicepkg/gpt-runner-shared/dist/browser.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
declare function getSearchParams(val: string, url?: string): string;
|
||||
declare function addSearchParams(urlLike: string, searchParams: Record<string, any>): string;
|
||||
declare function removeSearchParams(urlLike: string, searchParamKeys: string[]): string;
|
||||
declare function unsecuredCopyToClipboard(text: string): void;
|
||||
declare function copyToClipboard(content: string): Promise<void>;
|
||||
|
||||
export { addSearchParams, copyToClipboard, getSearchParams, removeSearchParams, unsecuredCopyToClipboard };
|
||||
Reference in New Issue
Block a user