visionmedia / page.js

Micro client-side router inspired by the Express router
http://visionmedia.github.com/page.js
7.67k stars 687 forks source link

"[Deprecation] Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience" while navigating from one page to another #483

Open rkrajesh661 opened 6 years ago

rkrajesh661 commented 6 years ago

Could any one help with below issue:

"[Deprecation] Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience" warning is getting displayed in browser console while we navigate from one page to another. I think this issue is because script is loaded with async:false call. I have debugged this issue while navigating from one page to another it's taking n.async as false. Below is the snippet:

image

Is there any way to solve this issue? Thanks in Advance