@fluidframework/driver-definitions
Advanced tools
Comparing version 0.32.3 to 0.33.0-13708
@@ -44,6 +44,2 @@ /*! | ||
/** | ||
* Reads the object with the given ID, returns content in utf8 | ||
*/ | ||
readString(id: string): Promise<string>; | ||
/** | ||
* Writes to the object with the given ID | ||
@@ -50,0 +46,0 @@ */ |
@@ -29,2 +29,22 @@ /*! | ||
/** | ||
* Information that can be returned by a lightweight, seperately exported driver function. Used to preanalyze a URL | ||
* for driver compatibility and preload information. | ||
*/ | ||
export interface DriverPreCheckInfo { | ||
/** | ||
* @deprecated - only needed as long as long as Loader.request() does not work as intended. When | ||
* Loader.request() caches and resolves pathing properly, this can be removed. #4489, #4491 | ||
*/ | ||
containerPath: string; | ||
/** | ||
* A code details hint that can potentially be used to prefetch container code prior to having a snapshot. | ||
*/ | ||
codeDetailsHint?: string; | ||
/** | ||
* Domains that will be connected to on the critical boot path. Hosts can choose to preconnect to these for | ||
* improved performance. | ||
*/ | ||
criticalBootDomains?: string[]; | ||
} | ||
/** | ||
* Additional key in the loader request header | ||
@@ -31,0 +51,0 @@ */ |
@@ -44,6 +44,2 @@ /*! | ||
/** | ||
* Reads the object with the given ID, returns content in utf8 | ||
*/ | ||
readString(id: string): Promise<string>; | ||
/** | ||
* Writes to the object with the given ID | ||
@@ -50,0 +46,0 @@ */ |
@@ -29,2 +29,22 @@ /*! | ||
/** | ||
* Information that can be returned by a lightweight, seperately exported driver function. Used to preanalyze a URL | ||
* for driver compatibility and preload information. | ||
*/ | ||
export interface DriverPreCheckInfo { | ||
/** | ||
* @deprecated - only needed as long as long as Loader.request() does not work as intended. When | ||
* Loader.request() caches and resolves pathing properly, this can be removed. #4489, #4491 | ||
*/ | ||
containerPath: string; | ||
/** | ||
* A code details hint that can potentially be used to prefetch container code prior to having a snapshot. | ||
*/ | ||
codeDetailsHint?: string; | ||
/** | ||
* Domains that will be connected to on the critical boot path. Hosts can choose to preconnect to these for | ||
* improved performance. | ||
*/ | ||
criticalBootDomains?: string[]; | ||
} | ||
/** | ||
* Additional key in the loader request header | ||
@@ -31,0 +51,0 @@ */ |
{ | ||
"name": "@fluidframework/driver-definitions", | ||
"version": "0.32.3", | ||
"version": "0.33.0-13708", | ||
"description": "Fluid driver definitions", | ||
@@ -32,4 +32,4 @@ "homepage": "https://fluidframework.com", | ||
"@fluidframework/common-definitions": "^0.19.1", | ||
"@fluidframework/core-interfaces": "^0.32.3", | ||
"@fluidframework/protocol-definitions": "^0.1017.1" | ||
"@fluidframework/core-interfaces": "0.33.0-13708", | ||
"@fluidframework/protocol-definitions": "^0.1018.0-0" | ||
}, | ||
@@ -36,0 +36,0 @@ "devDependencies": { |
@@ -73,7 +73,2 @@ /*! | ||
/** | ||
* Reads the object with the given ID, returns content in utf8 | ||
*/ | ||
readString(id: string): Promise<string>; | ||
/** | ||
* Writes to the object with the given ID | ||
@@ -80,0 +75,0 @@ */ |
@@ -42,2 +42,25 @@ /*! | ||
/** | ||
* Information that can be returned by a lightweight, seperately exported driver function. Used to preanalyze a URL | ||
* for driver compatibility and preload information. | ||
*/ | ||
export interface DriverPreCheckInfo { | ||
/** | ||
* @deprecated - only needed as long as long as Loader.request() does not work as intended. When | ||
* Loader.request() caches and resolves pathing properly, this can be removed. #4489, #4491 | ||
*/ | ||
containerPath: string; | ||
/** | ||
* A code details hint that can potentially be used to prefetch container code prior to having a snapshot. | ||
*/ | ||
codeDetailsHint?: string; | ||
/** | ||
* Domains that will be connected to on the critical boot path. Hosts can choose to preconnect to these for | ||
* improved performance. | ||
*/ | ||
criticalBootDomains?: string[]; | ||
} | ||
/** | ||
* Additional key in the loader request header | ||
@@ -44,0 +67,0 @@ */ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
95132
1316
+ Added@fluidframework/core-interfaces@0.33.0-13708(transitive)
+ Added@fluidframework/protocol-definitions@0.1018.0(transitive)
- Removed@fluidframework/core-interfaces@0.32.5(transitive)
- Removed@fluidframework/protocol-definitions@0.1017.1(transitive)