0
I need to make a player (streaming) when browsing between pages, that it does not pause, as if it were something external, only that has on all pages, an example, would be the facebook chat, that we can change page, and it always stays the same.
I made a test adding a youtube iframe on facebook chat and gave play on it, and browsing among other pages of facebook itself, the video does not even pause, as if it were an external page, which has no to do with the main, can tell me if this is a feature of the browser itself, or some way to do this?
I’m taking a look at "history.pushState", I think that’s what I need: https://developer.mozilla.org/en-US/docs/Web/Guide/API/DOM/Manipulating_the_browser_history
– helderburato