elm / url

Build and parse URLs. Useful for HTTP and "routing" in single-page apps (SPAs)
https://package.elm-lang.org/packages/elm/url/latest/
BSD 3-Clause "New" or "Revised" License
74 stars 43 forks source link

package docs mention non-existing Browser.fullscreen #39

Closed youlam closed 3 years ago

youlam commented 4 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.)

evancz commented 3 years ago

Fixed in #11, will come out with next release. Thank you for the report!