()
| 12 | |
| 13 | test(t => { |
| 14 | assert_throws_js(Error, () => new CompressionStream({ toString() { throw Error(); } }), 'constructor should throw'); |
| 15 | }, 'non-string input should cause the constructor to throw'); |
nothing calls this directly
no test coverage detected
searching dependent graphs…