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

14 lines
576 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Memory](./puppeteer.protocol.memory.md) &gt; [Module](./puppeteer.protocol.memory.module.md) &gt; [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;
```