Hi all, I'm working on an app in Elm and one of my JSON parsers is raising an error only in Firefox. This is the main repo <https://github.com/datasciencebr/jarbas/>. with the full source at jarbas/frontend/elm <https://github.com/datasciencebr/jarbas/tree/master/jarbas/frontend/elm>.
For example this URL succeeds in Chrome and in Safari but it ends up in a UnexpectedPayload in Firefox (I added a Debug.crash to track this down <https://github.com/datasciencebr/jarbas/blob/0db75ee40b728a808b8a65a0f2331510ae8da1d7/jarbas/frontend/elm/Documents.elm#L212> ): http://jarbas.datasciencebr.com/#/year/2015 As the error says unexpected character at line […] I was wondering if that could be a charset issue, but I'm not sure how to deal with that. Any ideas? Many many thanks, -- 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.
