File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed
packages/datafile-manager Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ This package provides a datafile manager implementations for Node.js and the bro
5
5
## Installation
6
6
7
7
``` sh
8
- npm install @optimizely/datafile-manager
8
+ npm install @optimizely/js-sdk- datafile-manager
9
9
```
10
10
11
11
## Usage
Original file line number Diff line number Diff line change @@ -37,13 +37,6 @@ export interface DatafileManager extends Managed {
37
37
onReady : ( ) => Promise < void >
38
38
}
39
39
40
- export enum CacheDirective {
41
- // Use cache entry as fallback, but wait for CDN sync before onReady
42
- AWAIT = 'await' ,
43
- // Use cache entry for onReady, and do CDN sync in the background
44
- DONT_AWAIT = 'dontawait' ,
45
- }
46
-
47
40
export interface DatafileManagerConfig {
48
41
autoUpdate ?: boolean
49
42
datafile ?: object
You can’t perform that action at this time.
0 commit comments