Closed youlam closed 3 years ago
From the second paragraph of the docs (https://package.elm-lang.org/packages/elm/url/latest/Url):
When you are creating a single-page app with Browser.fullscreen, you use the Url.Parser module to turn a Url into even nicer data.
However, I cannot find a "fullscreen" function anywhere inside the Browser module. (I'm a newbie so correct me if I'm wrong.)
Browser
Fixed in #11, will come out with next release. Thank you for the report!
From the second paragraph of the docs (https://package.elm-lang.org/packages/elm/url/latest/Url):
When you are creating a single-page app with Browser.fullscreen, you use the Url.Parser module to turn a Url into even nicer data.
However, I cannot find a "fullscreen" function anywhere inside the
Browser
module. (I'm a newbie so correct me if I'm wrong.)