rstacruz / nprogress

For slim progress bars like on YouTube, Medium, etc
http://ricostacruz.com/nprogress
MIT License
26.09k stars 1.81k forks source link

Recover statement #163

Open londonuk371 opened 7 years ago

londonuk371 commented 7 years ago

Hello,

How to recover the NProgress statement to know if it's running or not ?

Thanks.

londonuk371 commented 7 years ago

I just found the function NProgress.isStarted();from the code at https://github.com/rstacruz/nprogress/blob/master/nprogress.js

It's working fine. :)