A set of extensions to goog.Uri to make them behave more conformantly. The goog.Uri class has a few problems compared to java.net.URI:
A set of extensions to goog.Uri to make them behave more conformantly. The goog.Uri class has a few problems compared to java.net.URI: - Identical URIs are not equal to each other - Identical URIs have different hash codes - Fragments are lost if they are defined but empty
(uri s)
Creates a URI. This sets the fragment to nil if there is none, and an empty string if it is defined but empty
Creates a URI. This sets the fragment to nil if there is none, and an empty string if it is defined but empty
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close