@applitools/dom-snapshot
Advanced tools
Comparing version 4.2.4 to 4.2.5
@@ -7,2 +7,6 @@ | ||
## 4.2.5 - 2020/10/28 | ||
- handle revoked image blobs | ||
## 4.2.4 - 2020/10/28 | ||
@@ -9,0 +13,0 @@ |
@@ -1,2 +0,2 @@ | ||
/* @applitools/dom-snapshot@4.2.4 */ | ||
/* @applitools/dom-snapshot@4.2.5 */ | ||
@@ -3,0 +3,0 @@ function __pollResult() { |
{ | ||
"name": "@applitools/dom-snapshot", | ||
"version": "4.2.4", | ||
"version": "4.2.5", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "license": "SEE LICENSE IN LICENSE", |
@@ -111,3 +111,3 @@ # dom-snapshot | ||
- `chunkByteSize` - this will cause additional polling after the snapshot is ready, and will transfer the result in chunks, with the chunk size specified. Default: undefined. | ||
- `chunkByteLength` - this will cause additional polling after the snapshot is ready, and will transfer the result in chunks, with the chunk size specified. Default: undefined. | ||
@@ -117,3 +117,3 @@ For example, to pass a maximum chunk size of 256MB: | ||
``` | ||
procesPagePoll({chunkByteSize: 1024 * 1024 * 256}) | ||
procesPagePoll({chunkByteLength: 1024 * 1024 * 256}) | ||
``` | ||
@@ -138,6 +138,6 @@ | ||
- "WIP" - internal status, handled by `pollResult` to continue polling until "SUCCESS" or "ERROR" are received. | ||
- "SUCCESS_CHUNKED" - internal status, handled by `pollResult` to continue polling until the entire value is received (used with `chunkByteSize`). | ||
- "SUCCESS_CHUNKED" - internal status, handled by `pollResult` to continue polling until the entire value is received (used with `chunkByteLength`). | ||
## `pollResult` | ||
returns the poll result - an object with the same shape as `processPagePoll`. | ||
returns the poll result - an object with the same shape as `processPagePoll`. |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
141
0
3011137
19
11537