Skip to content

Commit 5911139

Browse files
committed
feat: increase ts
1 parent 298dd64 commit 5911139

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tools/ToolDefinition.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ export type Context = Readonly<{
8787
setCpuThrottlingRate(rate: number): void;
8888
setDeviceEmulation(device: string | null): void;
8989
getDeviceEmulation(): string | null;
90+
getPages:() => Page[];
91+
createPagesSnapshot(): Promise<Page[]>
9092
saveTemporaryFile(
9193
data: Uint8Array<ArrayBufferLike>,
9294
mimeType: 'image/png' | 'image/jpeg' | 'image/webp',

0 commit comments

Comments
 (0)