Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 215 Bytes

puppeteer.frameaddscripttagoptions.url.md

File metadata and controls

15 lines (11 loc) · 215 Bytes
sidebar_label
FrameAddScriptTagOptions.url

FrameAddScriptTagOptions.url property

URL of the script to be added.

Signature:

interface FrameAddScriptTagOptions {
  url?: string;
}