Tampermonkey is the most popular userscript manager, with over 10 million users. It's available for Chrome, Microsoft Edge, Safari, Opera Next, and Firefox.
GNU General Public License v3.0
4.28k
stars
423
forks
source link
onprogress doesn't return response/responseText, even when it's available #906
Expected Behavior
The script below should output "Good" a few times, as responseText should be available if loaded > 0. This is how Violentmonkey behaves.
Actual Behavior
The script outputs "Bad", as responseText isn't available
Specifications
Script