Turbolinks 5 : Show progress Bar

Viewed 4418

There is a progress bar when Turbolinks.visit is called.

I want to show and hide it manually (because some of my xhr request are a bit long), is it possible?

(In Turbolinks 3, there was Turbolinks.ProgressBar.start(); but it was not a public api and not working anymore)

3 Answers
Related