|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
390 bytes
|
| Line | |
|---|
| 1 | import '../_version.js';
|
|---|
| 2 | export declare const enum pluginEvents {
|
|---|
| 3 | CACHE_DID_UPDATE = "cacheDidUpdate",
|
|---|
| 4 | CACHE_KEY_WILL_BE_USED = "cacheKeyWillBeUsed",
|
|---|
| 5 | CACHE_WILL_UPDATE = "cacheWillUpdate",
|
|---|
| 6 | CACHED_RESPONSE_WILL_BE_USED = "cachedResponseWillBeUsed",
|
|---|
| 7 | FETCH_DID_FAIL = "fetchDidFail",
|
|---|
| 8 | FETCH_DID_SUCCEED = "fetchDidSucceed",
|
|---|
| 9 | REQUEST_WILL_FETCH = "requestWillFetch"
|
|---|
| 10 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.