We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 393d273 commit 912c63cCopy full SHA for 912c63c
src/scripts/uri.js
@@ -20,6 +20,10 @@ var URIPrototype = function(uri_prop_name)
20
abs_dir // protocol plus hostname plus dir_pathname
21
path_parts // list of "directories" in pathname
22
short_distinguisher // the last part of a url that can be used to distinguish it
23
+
24
+ The value of uri_prop_name (uri) must be ab absolute URI.
25
+ For relative URIs the properties have not clear defined values, e.g. "a.b"
26
+ could be a host or a filename.
27
*/
28
29
var DATA_URI_LENGTH_SHORT = 25;
0 commit comments