dascritch / cpu-audio

An audio WebComponent to provide timecoded links and other features to an audio tag
https://dascritch.github.io/cpu-audio/
GNU Lesser General Public License v3.0
24 stars 2 forks source link

Do not store in browsing history hash changes #204

Open dascritch opened 1 year ago

dascritch commented 1 year ago

Should we not storing URL hash changes in chapters or make it optional ? The main issue is that when you're using chapters, we're natively making a lot of history entries.

Trying to resolve that may be problematic as we will recreate the wheel. May be using the History API but we may have a situation, or it may be retired because of security issues, which is understandable.