Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.Memory.Module

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

Executable module information

Properties

name: string

Name of the module.

uuid: string

UUID of the module.

baseAddress: string

Base address where the module is loaded into memory. Encoded as a decimal or hexadecimal (0x prefixed) string.

size: number

Size of the module in bytes.