Open p-himik opened 4 years ago
@p-himik
Is this related to https://github.com/venantius/accountant/issues/66 ? Either way happy to review a patch!
Related but different. At the very least, I have no idea if goog.url
works with data URIs.
Either way, I don't think that goog.url
can be used any time soon given that it's a recent addition and CLJS still depends on an older Closure library that doesn't have it.
goog.Uri
does not decode values correctly and here https://github.com/google/closure-library/issues/1083#issuecomment-700305976 it was suggested that it's almost certainly better to just usegoog.url
.