-
Notifications
You must be signed in to change notification settings - Fork 69
Consider supporting elm/url #1140
Copy link
Copy link
Open
Labels
discussion neededAn issue that needs further discussion.An issue that needs further discussion.good first issueGood for newcomersGood for newcomerssdk-extensionAdd more features to the SDKAdd more features to the SDK
Description
Activity
Metadata
Metadata
Assignees
Labels
discussion neededAn issue that needs further discussion.An issue that needs further discussion.good first issueGood for newcomersGood for newcomerssdk-extensionAdd more features to the SDKAdd more features to the SDK
Is your feature request related to a problem? Please describe.
I'd love to be able to leverage the
elm/urlpackage - in particular, the ability to do url encoding and decodingDescribe the solution you'd like
Being able to import/use
elm/urlor the equivalent from MorphirI've considered implementing the function I need (
percentEncode) in pure elm using the EcmaScript spec for the equivalent (which is what the Elm Kernel seems to use under the covers anyway)