Really? How to pass flags to Elm.Main.embed? None of those work: Elm.Main.embed(node, flags), Elm.Main.embed(flags, node), Elm.Main.embed([node], [flags]).
The definition "embed : List (Attribute msg) -> List (Html msg) -> Html msg" is too unclear for me. There should be some examples added to API defs. On Wednesday, June 8, 2016 at 3:31:13 AM UTC+1, Frederick Yankowski wrote: > > `Html.App.programWithFlags` works fine with `embed()`, not just > `fullscreen()`. > > -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
