Spaces:
Runtime error
Runtime error
Niv Sardi
commited on
Commit
·
76f3705
1
Parent(s):
cf048df
ts/puppet: update to 0.16
Browse files- deno/puppet.ts +2 -2
deno/puppet.ts
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
import Puppeteer from "https://deno.land/x/puppeteer@
|
2 |
import EventEmitter from "https://deno.land/x/[email protected]/mod.ts";
|
3 |
-
import type { Browser, Page } from "https://deno.land/x/puppeteer@
|
4 |
|
5 |
const BROWSER_SIGNALS = [
|
6 |
'disconnected',
|
|
|
1 |
+
import Puppeteer from "https://deno.land/x/puppeteer@16.2.0/mod.ts";
|
2 |
import EventEmitter from "https://deno.land/x/[email protected]/mod.ts";
|
3 |
+
import type { Browser, Page } from "https://deno.land/x/puppeteer@16.2.0/mod.ts";
|
4 |
|
5 |
const BROWSER_SIGNALS = [
|
6 |
'disconnected',
|