puppeteer/new-docs/puppeteer.protocol.runtime.releaseobjectrequest.md

19 lines
710 B
Markdown
Raw Normal View History

<!-- 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; [Runtime](./puppeteer.protocol.runtime.md) &gt; [ReleaseObjectRequest](./puppeteer.protocol.runtime.releaseobjectrequest.md)
## Protocol.Runtime.ReleaseObjectRequest interface
<b>Signature:</b>
```typescript
export interface ReleaseObjectRequest
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [objectId](./puppeteer.protocol.runtime.releaseobjectrequest.objectid.md) | [RemoteObjectId](./puppeteer.protocol.runtime.remoteobjectid.md) | Identifier of the object to release. |