Trevin Avery

Results 13 comments of Trevin Avery

I just discovered this is still an issue. For clarity, the correct output should be ```html ```

If you want to use `webpack`, you could solve this issue with the `DefinePlugin`. dohjs/webpack.config.js ```javascript const webpack = require('webpack') const package = require('./package.json') module.exports = { plugins: [ new...

Just tried v2.3.17. Still crashes. I did it twice, and it crashed both times. In each case, I brought up the stream and just scanned random qrcodes on google images....

Ok, I have created a simple repo that should make it possible to reproduce the issue with one slight variation: It does not crash the tab. Instead, the worker throws...

@fbartho I have signed the CLA. #296 does appear to add support for the abort controller, however, this PR supports all fetch options as overrides. I would take this one...

I can't say for sure how likely it is that another link will pass in a body and cause an issue. But I imagine if that happens, then it is...

@fbartho Sorry this took so long. I have had some serious deadlines at work. I have made the changes we discussed.

@fbartho Can you please review this PR and let me know if it is acceptable?

@fbartho Are you still out there? Can we merge this in please?