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 223a348 commit 1489d2bCopy full SHA for 1489d2b
index.js
@@ -48,7 +48,7 @@ console.log("Chromium started!");
48
49
app.use(router);
50
51
-/** @type {import('playwright').BrowserContext} defaultContext */
+/** @type {Partial<import('playwright').BrowserContext>} defaultContext */
52
const defaultContext = {
53
viewport: {
54
width: 1280,
0 commit comments