Merged with master

This commit is contained in:
dosse91 2019-10-07 07:57:56 +02:00
commit dffdde1670
2 changed files with 1 additions and 3 deletions

View file

@ -8,8 +8,6 @@ For any instructions and support please check out the [Wiki](https://github.com/
If you like this project and want to support our work you can either do pull requests or donate via [PayPal](https://paypal.me/dunklesToast)
## License
Copyright (C) 2016-2019 Federico Dossena
Copyright (C) 2019 dunklesToast

View file

@ -130,7 +130,7 @@ this.addEventListener("message", function(e) {
// ff more precise with 1 upload stream
settings.xhr_ulMultistream = 1;
}
if (typeof s.xhr_ulMultistream === "undefined") {
if (typeof s.ping_allowPerformanceApi === "undefined") {
// ff performance API sucks
settings.ping_allowPerformanceApi = false;
}