@recordreplay/protocol
Advanced tools
Comparing version 0.22.0 to 0.23.0
@@ -45,3 +45,4 @@ import { uploadedData, awaitingSourcemaps, sessionError, getDescriptionParameters, createSessionParameters, releaseSessionParameters, processRecordingParameters, addSourceMapParameters, addOriginalSourceParameters } from "../../protocol/Recording"; | ||
* Create a session for inspecting a recording. This command does not return | ||
* until the recording's contents have been fully received. If the contents | ||
* until the recording's contents have been fully received, unless | ||
* <code>loadPoint</code> is specified. If the contents | ||
* are incomplete, <code>uploadedData</code> events will be periodically | ||
@@ -48,0 +49,0 @@ * emitted before the command returns. After creating, a <code>sessionError</code> |
@@ -42,3 +42,4 @@ "use strict"; | ||
* Create a session for inspecting a recording. This command does not return | ||
* until the recording's contents have been fully received. If the contents | ||
* until the recording's contents have been fully received, unless | ||
* <code>loadPoint</code> is specified. If the contents | ||
* are incomplete, <code>uploadedData</code> events will be periodically | ||
@@ -45,0 +46,0 @@ * emitted before the command returns. After creating, a <code>sessionError</code> |
@@ -222,3 +222,4 @@ export * from "./Recording"; | ||
* Create a session for inspecting a recording. This command does not return | ||
* until the recording's contents have been fully received. If the contents | ||
* until the recording's contents have been fully received, unless | ||
* <code>loadPoint</code> is specified. If the contents | ||
* are incomplete, <code>uploadedData</code> events will be periodically | ||
@@ -225,0 +226,0 @@ * emitted before the command returns. After creating, a <code>sessionError</code> |
@@ -148,2 +148,7 @@ import { SessionId } from "./Session"; | ||
/** | ||
* Instead of waiting for the recording to be fully received, only wait until | ||
* enough of the recording has been received that this point can be loaded. | ||
*/ | ||
loadPoint?: ExecutionPoint; | ||
/** | ||
* Settings which can be used to configure the session in ways that are not | ||
@@ -150,0 +155,0 @@ * yet officially supported in the protocol. |
{ | ||
"name": "@recordreplay/protocol", | ||
"version": "0.22.0", | ||
"version": "0.23.0", | ||
"description": "Definition of the protocol used by the Record Replay web service", | ||
@@ -5,0 +5,0 @@ "author": "", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
467504
11067