hydrogen-web/src/ui/web/dom
Bruno Windels 788bce7904 reduce navigation boilerplate
this makes the url router adjust the url when the navigation path is
changed, instead of doing urlRouter.applyUrl() and
urlRouter.history.pushUrl().

This history field and applyUrl method on URLRouter are now private,
as the URLRouter should only be used to generate urls you want to
put in an <a href="..."></a>, anything else should use navigator.push()
2020-10-16 12:46:14 +02:00
..
Clock.js add license header in all source files 2020-08-05 18:38:55 +02:00
CryptoDriver.js aes-js doesn't work with ArrayBuffers 2020-09-18 12:04:48 +02:00
History.js reduce navigation boilerplate 2020-10-16 12:46:14 +02:00
OnlineStatus.js move waitFor and get to BaseObservableValue 2020-10-06 18:04:34 +02:00