Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
interface default.Memory.Module
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { Module } = default.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.