osrm-frontend icon indicating copy to clipboard operation
osrm-frontend copied to clipboard

[cleanup] Split url handling into own submodule

Open TheMarex opened this issue 10 years ago • 0 comments

Currently all the url-parameter handling code is in src/links.js. We can probably split most of that into an atomic module and use something like:

https://developer.mozilla.org/en-US/docs/Web/Guide/API/DOM/Manipulating_the_browser_history

To also add history.

TheMarex avatar Feb 07 '15 13:02 TheMarex