From 7cc20964b5ae69967945a802c4137be9052ea93b Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Wed, 27 Dec 2023 00:59:33 -0500 Subject: Google docs fixes (#455) * Simplify GoogleDocsUtil deferred import * Remove loadExtensionScripts --- types/ext/api.d.ts | 6 ------ 1 file changed, 6 deletions(-) (limited to 'types') diff --git a/types/ext/api.d.ts b/types/ext/api.d.ts index 4e01de02..2d23040c 100644 --- a/types/ext/api.d.ts +++ b/types/ext/api.d.ts @@ -363,12 +363,6 @@ type ApiSurface = { }; return: Anki.NoteId[]; }; - loadExtensionScripts: { - params: { - files: string[]; - }; - return: void; - }; openCrossFramePort: { params: { targetTabId: number; -- cgit v1.2.3