Gzip-compress API uploads larger than 1000 characters
This commit is contained in:
parent
144d02e36c
commit
35530af1fb
8 changed files with 3261 additions and 4 deletions
|
@ -281,6 +281,13 @@ function clickOnItemsRow(itemsView, row, button = 0) {
|
|||
}
|
||||
|
||||
|
||||
/**
|
||||
* Synchronous inflate
|
||||
*/
|
||||
function gunzip(gzdata) {
|
||||
return pako.inflate(gzdata, { to: 'string' });
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Get a default group used by all tests that want one, creating one if necessary
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue