Difference between revisions of "CR.url"
From Market Ruler Help
Line 1: | Line 1: | ||
The '''__CR.url''' function is a [[JavaScript]] function and returns the following: | The '''__CR.url''' function is a [[JavaScript]] function and returns the following: | ||
− | hash: "" | + | hash: "" |
− | + | host: "" | |
− | + | parse: ƒ (url) | |
+ | parseQuery: ƒ (q) | ||
+ | path: "" | ||
+ | port: | ||
+ | protocol: "" | ||
+ | query: "" | ||
+ | queryParams: | ||
+ | queryparams: {} | ||
+ | unparse: ƒ () | ||
+ | unparseQuery: ƒ () | ||
+ | url: "" | ||
+ | arguments: (...) | ||
+ | caller: (...) | ||
+ | length: | ||
+ | name: "" | ||
+ | prototype: {} | ||
+ | __proto__: ƒ () | ||
+ | [[FunctionLocation]]: | ||
+ | [[Scopes]]: Scopes[] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | |||
== See also == | == See also == |
Revision as of 15:00, 22 June 2020
The __CR.url function is a JavaScript function and returns the following:
hash: "" host: "" parse: ƒ (url) parseQuery: ƒ (q) path: "" port: protocol: "" query: "" queryParams: queryparams: {} unparse: ƒ () unparseQuery: ƒ () url: "" arguments: (...) caller: (...) length: name: "" prototype: {} __proto__: ƒ () FunctionLocation: Scopes: Scopes[]