elm / http

Make HTTP requests in Elm
https://package.elm-lang.org/packages/elm/http/latest
BSD 3-Clause "New" or "Revised" License
154 stars 46 forks source link

Native.Http.mapExpect is not defined #3

Closed jweir closed 8 years ago

jweir commented 8 years ago

I was trying to create a Progress example, but hit this error.

Uncaught TypeError: _elm_lang$http$Native_Http.mapExpect is not a function

It appears that Native does not define mapExpect used by Internal: https://github.com/elm-lang/http/blob/master/src/Http/Internal.elm#L45

evancz commented 8 years ago

I think it'll be fixed, but I'm not 100% certain. Delete your elm-stuff/ and try again. If it's still bad, please give an http://sscce.org so I can recreate it myself.