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
Note: I have never encountered this for real. I just noticed this because I went to the MDN page for encodeURIComponent to better learn how it works, and realized this is another way an exception can be thrown in Elm. So I’m reporting this more for documentation and collecting all the weird edge cases.
The text was updated successfully, but these errors were encountered:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/encodeURIComponent#description
Url.percentDecode
is already wrapped in try-catch butUrl.percentEncode
isn’t:url/src/Elm/Kernel/Url.js
Lines 7 to 22 in 4e5ee03
Note: I have never encountered this for real. I just noticed this because I went to the MDN page for
encodeURIComponent
to better learn how it works, and realized this is another way an exception can be thrown in Elm. So I’m reporting this more for documentation and collecting all the weird edge cases.The text was updated successfully, but these errors were encountered: