2022-07-05 13:41:43 +00:00
|
|
|
---
|
|
|
|
sidebar_label: BrowserFetcher.localRevisions
|
|
|
|
---
|
|
|
|
|
|
|
|
# BrowserFetcher.localRevisions() method
|
|
|
|
|
2022-10-24 07:07:05 +00:00
|
|
|
#### Signature:
|
2022-07-05 13:41:43 +00:00
|
|
|
|
|
|
|
```typescript
|
|
|
|
class BrowserFetcher {
|
2022-10-21 13:09:21 +00:00
|
|
|
localRevisions(): string[];
|
2022-07-05 13:41:43 +00:00
|
|
|
}
|
|
|
|
```
|
|
|
|
|
|
|
|
**Returns:**
|
|
|
|
|
2022-10-21 13:09:21 +00:00
|
|
|
string\[\]
|
2022-07-05 13:41:43 +00:00
|
|
|
|
2022-10-21 13:09:21 +00:00
|
|
|
A list of all revision strings (for the current `product`) available locally on disk.
|
2022-07-05 13:41:43 +00:00
|
|
|
|
|
|
|
## Remarks
|
|
|
|
|
|
|
|
This method is affected by the current `product`.
|