mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-02 00:07:56 +01:00
Replace typescript compiler with native tsgo compiler
This commit is contained in:
13
patches/playwright-core@1.58.2.patch
Normal file
13
patches/playwright-core@1.58.2.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
diff --git a/types/types.d.ts b/types/types.d.ts
|
||||
index f6e6165885f0ae32b9d130797c77d5da04fba8cf..961c42536324ae50f48a8fbd0259228869a5487a 100644
|
||||
--- a/types/types.d.ts
|
||||
+++ b/types/types.d.ts
|
||||
@@ -4101,7 +4101,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
|
||||
Reference in New Issue
Block a user