tin-spa 20.14.21 → 20.14.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/tin-spa.mjs +47 -2
- package/fesm2022/tin-spa.mjs.map +1 -1
- package/index.d.ts +1 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1506,6 +1506,7 @@ declare class OfflineService {
|
|
|
1506
1506
|
private addReadPrefix;
|
|
1507
1507
|
private addReadUrl;
|
|
1508
1508
|
private registerLookups;
|
|
1509
|
+
private registerButtonLookups;
|
|
1509
1510
|
cacheKey(url: string): string;
|
|
1510
1511
|
isPagedRead(url: string): boolean;
|
|
1511
1512
|
matchRead(url: string): OfflineEntry | null;
|