elm-route-url icon indicating copy to clipboard operation
elm-route-url copied to clipboard

Question about Location in init

Open Mousaka opened this issue 7 years ago • 1 comments

Question

Is it possible to start a RouteUrl.programWithFlags app but with an init that receives Location?

It seems like it isn't possible and it's a bit inconvenient to have to wait for the first LocationChanged msg.

Mousaka avatar Jan 15 '19 13:01 Mousaka

In the documentation there is this function for creating an app that gets Location in the init but this app does not have the delta2url function which we still need. I need both. Is that possible?

Mousaka avatar Jan 15 '19 13:01 Mousaka