OpfsRouteSync
Defined in: @browser/opfs-route-sync.ts:6
Constructors
Constructor
new OpfsRouteSync(): OpfsRouteSync;
Returns
OpfsRouteSync
Methods
sync()
sync(
available,
routePath,
getCurrentPath,
actions): Promise<void>;
Defined in: @browser/opfs-route-sync.ts:11
Parameters
| Parameter | Type |
|---|---|
available | boolean |
routePath | string |
getCurrentPath | () => string |
actions | OpfsRouteActions |
Returns
Promise<void>