Liking cljdoc? Tell your friends :D
ClojureScript only.

michelangelo.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
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
raw docstring

uricljs

(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
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close