Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 267 Bytes

puppeteer.frameaddscripttagoptions.type.md

File metadata and controls

15 lines (11 loc) · 267 Bytes
sidebar_label
FrameAddScriptTagOptions.type

FrameAddScriptTagOptions.type property

Sets the type of the script. Use module in order to load an ES2015 module.

Signature:

interface FrameAddScriptTagOptions {
  type?: string;
}