mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-07-01 19:05:59 +01:00
14 lines
504 B
Diff
14 lines
504 B
Diff
diff --git a/types/types.d.ts b/types/types.d.ts
|
|
index f3488dd71ad80275297a1b00c4221f653d79193c..d55d834b9df3d49f6583ffa99c210f49ae2de255 100644
|
|
--- a/types/types.d.ts
|
|
+++ b/types/types.d.ts
|
|
@@ -4156,7 +4156,7 @@ export interface Page {
|
|
* Returns the buffer with the captured screenshot.
|
|
* @param options
|
|
*/
|
|
- screenshot(options?: PageScreenshotOptions): Promise<Buffer>;
|
|
+ screenshot(options?: PageScreenshotOptions): Promise<Buffer<ArrayBuffer>>;
|
|
|
|
/**
|
|
* **NOTE** Use locator-based
|