mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
240 B
240 B
sidebar_label |
---|
FrameAddStyleTagOptions.content |
FrameAddStyleTagOptions.content property
Raw CSS content to be injected into the frame.
Signature:
interface FrameAddStyleTagOptions {
content?: string;
}