Skip to content

[bug] Old browsers are not supported instrumental challenge feature #243

@Colonizator1

Description

@Colonizator1

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?

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions