bug description:
Because of this new DecompressionStream("deflate-raw") old browsers can't solve the instrumental challenge
to reproduce:
Any browser with a version lower than the compatibility table https://developer.mozilla.org/en-US/docs/Web/API/DecompressionStream/DecompressionStream
** possible solution: **
Can we change this line of the code
|
var ds = new DecompressionStream("deflate-raw"); |
and use gzip or just deflate format instead of deflate-raw?
bug description:
Because of this new DecompressionStream("deflate-raw") old browsers can't solve the instrumental challenge
to reproduce:
Any browser with a version lower than the compatibility table https://developer.mozilla.org/en-US/docs/Web/API/DecompressionStream/DecompressionStream
** possible solution: **
Can we change this line of the code
cap/widget/src/src/cap.js
Line 58 in b414eca
and use gzip or just deflate format instead of deflate-raw?