Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 219 Bytes

puppeteer.frameaddstyletagoptions.url.md

File metadata and controls

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

FrameAddStyleTagOptions.url property

the URL of the CSS file to be added.

Signature:

interface FrameAddStyleTagOptions {
  url?: string;
}