Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.Page.ScriptFontFamilies

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
interface Protocol.Page.ScriptFontFamilies
import { type Protocol } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";
const { ScriptFontFamilies } = Protocol.Page;

Font families collection for a script.

Properties

script: string

Name of the script which these font families are defined for.

fontFamilies: FontFamilies

Generic font families collection for the script.