2022-07-05 12:42:31 +00:00
|
|
|
---
|
|
|
|
sidebar_label: BrowserFetcher.revisionInfo
|
|
|
|
---
|
|
|
|
# BrowserFetcher.revisionInfo() method
|
|
|
|
|
|
|
|
**Signature:**
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
class BrowserFetcher {revisionInfo(revision: string): BrowserFetcherRevisionInfo;}
|
|
|
|
```
|
|
|
|
|
|
|
|
## Parameters
|
|
|
|
|
|
|
|
| Parameter | Type | Description |
|
|
|
|
| --- | --- | --- |
|
|
|
|
| revision | string | The revision to get info for. |
|
|
|
|
|
|
|
|
**Returns:**
|
|
|
|
|
|
|
|
[BrowserFetcherRevisionInfo](./puppeteer.browserfetcherrevisioninfo.md)
|
|
|
|
|
|
|
|
The revision info for the given revision.
|
|
|
|
|