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