[Vuejs]-There is an pending process on Chrome by using vuejs2, but not on Firefox

0👍

SockJS is library for emulating WebSockets. If websockets is found that is used but if not sockJS is used. these requests seem to be long polling so taking a long time when nothing has changed is normal behavior.

Is anything in your app actually running slow or are you just concerned about these long running requests?

Leave a comment