Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/pptr/mod.ts>FrameAddStyleTagOptions

Headless Chrome Deno API
Latest
interface FrameAddStyleTagOptions
import { type FrameAddStyleTagOptions } from "https://deno.land/x/pptr@1.2.0/mod.ts";

Properties

optional
url: string

the URL of the CSS file to be added.

optional
path: string

The path to a CSS file to be injected into the frame.

optional
content: string

Raw CSS content to be injected into the frame.