Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upElm.worker errors in web workers #273
Comments
evancz
changed the title from
Elm.worker errors when created from within a web worker
to
Elm.worker errors in web workers
Jun 12, 2015
evancz
referenced this issue
Jun 12, 2015
Closed
Elm.worker errors when created from within a web worker #187
evancz
closed this
Jul 12, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
evancz commentedJun 12, 2015
(Originally reported by @mmport80 at elm/elm-lang.org#187)
The error is:
"ReferenceError: document is not defined elm-runtime.js:2731"
from Elm 0.13; line 2731 is part of the function "htmlHeight(width, rawHtml)" function.
More comments on the issue can be read here:
https://groups.google.com/forum/#!topic/elm-discuss/hi4nNvHxFUA