mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
24 lines
963 B
Markdown
24 lines
963 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Memory](./puppeteer.protocol.memory.md) > [Module](./puppeteer.protocol.memory.module.md)
|
||
|
|
||
|
## Protocol.Memory.Module interface
|
||
|
|
||
|
Executable module information
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface Module
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [baseAddress](./puppeteer.protocol.memory.module.baseaddress.md) | string | Base address where the module is loaded into memory. Encoded as a decimal or hexadecimal (0x prefixed) string. |
|
||
|
| [name](./puppeteer.protocol.memory.module.name.md) | string | Name of the module. |
|
||
|
| [size](./puppeteer.protocol.memory.module.size.md) | number | Size of the module in bytes. |
|
||
|
| [uuid](./puppeteer.protocol.memory.module.uuid.md) | string | UUID of the module. |
|
||
|
|