This website requires JavaScript.
Explore
Help
Sign In
thunderstrike
/
puppeteer
Watch
2
Star
0
Fork
0
You've already forked puppeteer
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ae24bcaf6d
puppeteer
/
test
/
assets
/
es6
/
es6import.js
3 lines
62 B
JavaScript
Raw
Normal View
History
Unescape
Escape
feat(FrameManager): add type=module to addScriptTag (#2090) This patch adds a new "type" option to the `addScriptTag` method that allows adding "module" tags to the page. Fixes #2078
2018-03-14 20:07:48 +00:00
import
num
from
'./es6module.js'
;
chore: add Prettier (#5825)
2020-05-07 10:54:55 +00:00
window
.
_
_es6injected
=
num
;
Reference in New Issue
Copy Permalink