youtube / spfjs

A lightweight JS framework for fast navigation and page updates from YouTube
https://youtube.github.io/spfjs/
MIT License
2.24k stars 147 forks source link

Feature/history #441

Open tchiotludo opened 7 years ago

tchiotludo commented 7 years ago

Just exposing the history api help a lot on my current project. I was able to use spf in order to :

In my previous PR #419, I was just using the spf.process method and I have to deal with the history manager. This lead to a lot of bug and since spf handle it nicely and I try another way but I need the have access to history api.

Let me know if you think it can be useful for other people