uikit / uikit-site

🌎 Website and Documentation
https://getuikit.com
365 stars 331 forks source link

themes.json fetched with synchronous request #11

Closed lukehutch closed 7 years ago

lukehutch commented 7 years ago

The JS console in Chrome gives this warning on the test pages site:

test.js:16 Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.

The line is:

request.open('GET', '../themes.json', false);

(Not a big deal, but I figured I would report it..)

janschoenherr commented 7 years ago

That is currently "by design" ;-)