You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but the callback just uses .value which is just a string of a (fake) file path. I'm sure I could use on("change"... but I couldn't figure out how to write the JSON decode I needed to get the event into a javascript File.
The text was updated successfully, but these errors were encountered:
It seems like there's no port of Elm's File module. I tried to get around this with
but the callback just uses
.value
which is just a string of a (fake) file path. I'm sure I could useon("change"...
but I couldn't figure out how to write the JSON decode I needed to get the event into a javascript File.The text was updated successfully, but these errors were encountered: