@openfin/fdc3-api 45.100.75 → 45.100.77
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/out/fdc3-api-alpha.d.ts
CHANGED
|
@@ -3212,9 +3212,8 @@ declare type ClearDataOptions = {
|
|
|
3212
3212
|
* - `indexedDB` - IndexedDB
|
|
3213
3213
|
* - `localStorage` - Local Storage
|
|
3214
3214
|
* - `serviceWorkers` - Service Workers
|
|
3215
|
-
* - `webSQL` - WebSQL
|
|
3216
3215
|
*/
|
|
3217
|
-
dataTypes?: Array<'backgroundFetch' | 'cache' | 'cookies' | 'downloads' | 'fileSystems' | 'indexedDB' | 'localStorage' | 'serviceWorkers'
|
|
3216
|
+
dataTypes?: Array<'backgroundFetch' | 'cache' | 'cookies' | 'downloads' | 'fileSystems' | 'indexedDB' | 'localStorage' | 'serviceWorkers'>;
|
|
3218
3217
|
/**
|
|
3219
3218
|
* Clear data for only these origins. Cannot be used with excludeOrigins.
|
|
3220
3219
|
* Example: ['http://localhost:8081', 'https://example.com']
|
package/out/fdc3-api-beta.d.ts
CHANGED
|
@@ -3212,9 +3212,8 @@ declare type ClearDataOptions = {
|
|
|
3212
3212
|
* - `indexedDB` - IndexedDB
|
|
3213
3213
|
* - `localStorage` - Local Storage
|
|
3214
3214
|
* - `serviceWorkers` - Service Workers
|
|
3215
|
-
* - `webSQL` - WebSQL
|
|
3216
3215
|
*/
|
|
3217
|
-
dataTypes?: Array<'backgroundFetch' | 'cache' | 'cookies' | 'downloads' | 'fileSystems' | 'indexedDB' | 'localStorage' | 'serviceWorkers'
|
|
3216
|
+
dataTypes?: Array<'backgroundFetch' | 'cache' | 'cookies' | 'downloads' | 'fileSystems' | 'indexedDB' | 'localStorage' | 'serviceWorkers'>;
|
|
3218
3217
|
/**
|
|
3219
3218
|
* Clear data for only these origins. Cannot be used with excludeOrigins.
|
|
3220
3219
|
* Example: ['http://localhost:8081', 'https://example.com']
|
package/out/fdc3-api-public.d.ts
CHANGED
|
@@ -3212,9 +3212,8 @@ declare type ClearDataOptions = {
|
|
|
3212
3212
|
* - `indexedDB` - IndexedDB
|
|
3213
3213
|
* - `localStorage` - Local Storage
|
|
3214
3214
|
* - `serviceWorkers` - Service Workers
|
|
3215
|
-
* - `webSQL` - WebSQL
|
|
3216
3215
|
*/
|
|
3217
|
-
dataTypes?: Array<'backgroundFetch' | 'cache' | 'cookies' | 'downloads' | 'fileSystems' | 'indexedDB' | 'localStorage' | 'serviceWorkers'
|
|
3216
|
+
dataTypes?: Array<'backgroundFetch' | 'cache' | 'cookies' | 'downloads' | 'fileSystems' | 'indexedDB' | 'localStorage' | 'serviceWorkers'>;
|
|
3218
3217
|
/**
|
|
3219
3218
|
* Clear data for only these origins. Cannot be used with excludeOrigins.
|
|
3220
3219
|
* Example: ['http://localhost:8081', 'https://example.com']
|
package/out/fdc3-api.d.ts
CHANGED
|
@@ -3268,9 +3268,8 @@ declare type ClearDataOptions = {
|
|
|
3268
3268
|
* - `indexedDB` - IndexedDB
|
|
3269
3269
|
* - `localStorage` - Local Storage
|
|
3270
3270
|
* - `serviceWorkers` - Service Workers
|
|
3271
|
-
* - `webSQL` - WebSQL
|
|
3272
3271
|
*/
|
|
3273
|
-
dataTypes?: Array<'backgroundFetch' | 'cache' | 'cookies' | 'downloads' | 'fileSystems' | 'indexedDB' | 'localStorage' | 'serviceWorkers'
|
|
3272
|
+
dataTypes?: Array<'backgroundFetch' | 'cache' | 'cookies' | 'downloads' | 'fileSystems' | 'indexedDB' | 'localStorage' | 'serviceWorkers'>;
|
|
3274
3273
|
/**
|
|
3275
3274
|
* Clear data for only these origins. Cannot be used with excludeOrigins.
|
|
3276
3275
|
* Example: ['http://localhost:8081', 'https://example.com']
|