Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 219 Bytes

puppeteer.frameaddscripttagoptions.url.md

File metadata and controls

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

FrameAddScriptTagOptions.url property

the URL of the script to be added.

Signature:

interface FrameAddScriptTagOptions {
  url?: string;
}