|
|
| (16 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| − | The '''__CR.URL''' function is a [[JavaScript]] function that parses the URL. It returns a newly created URL object representing the URL defined by the parameters.
| + | #REDIRECT [[CR.URL]] |
| − | | |
| − | == Using CR.URL() ==
| |
| − | | |
| − | When you call CR.URL() the following structure is returned (data is included as part of this example).
| |
| − | {protocol: "https", host: "addresslock.com", path: "/", hash: "", query: "", …}
| |
| − | hash: ""
| |
| − | host: "addresslock.com"
| |
| − | parse: ƒ (url)
| |
| − | parseQuery: ƒ (q)
| |
| − | path: "/"
| |
| − | port:
| |
| − | protocol: "https"
| |
| − | query: ""
| |
| − | queryParams: undefined
| |
| − | queryparams: {}
| |
| − | unparse: ƒ ()
| |
| − | unparseQuery: ƒ ()
| |
| − | url: "https://addresslock.com/"
| |
| − | arguments: (...)
| |
| − | caller: (...)
| |
| − | length:
| |
| − | name: ""
| |
| − | prototype: {}
| |
| − | __proto__: ƒ ()
| |
| − | [[FunctionLocation]]:
| |
| − | [[Scopes]]: Scopes[]
| |
| − | | |
| − | | |
| − |
| |
| − | | |
| − | | |
| − | | |
| − | == See also ==
| |
| − | | |
| − | * [[:Category:ConversionRuler JavaScript Functions|JavaScript Functions]]
| |
| − | | |
| − | Category:ConversionRuler]]
| |
| − | Category:ConversionRuler JavaScript Functions]]
| |