youtube / spfjs

A lightweight JS framework for fast navigation and page updates from YouTube
https://youtube.github.io/spfjs/
MIT License
2.23k stars 147 forks source link

Add configuration to consider all requests chunked #459

Open thibPG opened 4 years ago

thibPG commented 4 years ago

Add a configuration option used to explicitly assume all json requests will be chunked. This can be used as an alternative to SPDY detection (based on the primary document load state).

thibPG commented 4 years ago

Updated build configuration; Added an option to skip manual java check since environment is controlled in travis (and parsing of java -version is not successful); Also updated util.error to console.error since util.error is deprecated.

thibPG commented 4 years ago

Note for reviewer / repo owner: repo config might need to be updated

displaying "waiting for status to be reported" but build is successful: https://travis-ci.org/github/youtube/spfjs/builds/673664970

Could https://github.com/travis-ci/travis-ci/issues/10204 be the cause ?

https://travis-ci.community/t/known-issue-travis-ci-reports-expected-waiting-for-status-to-be-reported-on-the-github-status-api-but-the-status-never-arrives/1154