14 lines
576 B
Markdown
14 lines
576 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) > [baseAddress](./puppeteer.protocol.memory.module.baseaddress.md)
|
||
|
|
||
|
## Protocol.Memory.Module.baseAddress property
|
||
|
|
||
|
Base address where the module is loaded into memory. Encoded as a decimal or hexadecimal (0x prefixed) string.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
baseAddress: string;
|
||
|
```
|