0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00
puppeteer/test/assets/es6/.eslintrc
Yaniv Efraim 625c7ebdda feat(FrameManager): add type=module to addScriptTag ()
This patch adds a new "type" option to the `addScriptTag` method that
allows adding "module" tags to the page.

Fixes 
2018-03-14 13:07:48 -07:00

5 lines
63 B
Plaintext

{
"parserOptions": {
"sourceType": "module"
}
}