Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F1262259
browser-creator.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
334 B
Referenced Files
None
Subscribers
None
browser-creator.js
View Options
import
{
firefox
}
from
"playwright"
;
let
browser_promise
=
null
;
// eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
export
async
function
getBrowser
()
{
if
(
!
browser_promise
)
browser_promise
=
firefox
.
launch
();
// eslint-disable-next-line @typescript-eslint/no-unsafe-return
return
browser_promise
;
}
File Metadata
Details
Attached
Mime Type
text/x-java
Expires
Thu, Jan 23, 19:19 (19 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
599311
Default Alt Text
browser-creator.js (334 B)
Attached To
Mode
rSGEN sealgen
Attached
Detach File
Event Timeline
Log In to Comment