mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
625c7ebdda
This patch adds a new "type" option to the `addScriptTag` method that allows adding "module" tags to the page. Fixes #2078
2 lines
65 B
JavaScript
2 lines
65 B
JavaScript
import num from './es6/es6module.js';
|
|
window.__es6injected = num; |