puppeteer/new-docs/puppeteer.protocol.memory.module.md
2020-07-13 14:01:35 +01:00

963 B

Home > puppeteer > Protocol > Memory > Module

Protocol.Memory.Module interface

Executable module information

Signature:

export interface Module 

Properties

Property Type Description
baseAddress string Base address where the module is loaded into memory. Encoded as a decimal or hexadecimal (0x prefixed) string.
name string Name of the module.
size number Size of the module in bytes.
uuid string UUID of the module.