We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 298dd64 commit 5911139Copy full SHA for 5911139
src/tools/ToolDefinition.ts
@@ -87,6 +87,8 @@ export type Context = Readonly<{
87
setCpuThrottlingRate(rate: number): void;
88
setDeviceEmulation(device: string | null): void;
89
getDeviceEmulation(): string | null;
90
+ getPages:() => Page[];
91
+ createPagesSnapshot(): Promise<Page[]>
92
saveTemporaryFile(
93
data: Uint8Array<ArrayBufferLike>,
94
mimeType: 'image/png' | 'image/jpeg' | 'image/webp',
0 commit comments