@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="WorkerLocation")
public class WorkerLocation
extends JsObject
| Modifier | Constructor and Description |
|---|---|
protected |
WorkerLocation() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
hash()
The URLUtilsReadOnly.hash read-only property returns a DOMString containing a '#' followed by the fragment identifier of the URL.
|
java.lang.String |
host()
The URLUtilsReadOnly.host read-only property returns a DOMString containing the host, that is the hostname, a ':', and the port of the URL.
|
java.lang.String |
hostname()
The URLUtilsReadOnly.hostname read-only property returns a DOMString containing the domain of the URL.
|
java.lang.String |
href()
The URLUtilsReadOnly.href read-only property is a stringifier that returns a DOMString containing the whole URL.
|
java.lang.String |
origin()
The URLUtilsReadOnly.origin read-only property is a DOMString containing the Unicode serialization of the origin of the represented URL, that is, for http and https, the scheme followed by '://', followed by the domain, followed by ':', followed by the port (the default port, 80 and 443 respectively, if explicitely specified).
|
java.lang.String |
pathname()
The URLUtilsReadOnly.pathname read-only property returns a DOMString containing an initial '/' followed by the path of the URL.
|
java.lang.String |
port()
The URLUtilsReadOnly.port read-only property returns a DOMString containing the port number of the URL.
|
java.lang.String |
protocol()
The URLUtilsReadOnly.protocol read-only property returns a DOMString containing the protocol scheme of the URL, including the final ':'.
|
java.lang.String |
search()
The URLUtilsReadOnly.search read-only property returns a DOMString containing a '?' followed by the parameters of the URL.
|
assign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toString_, valueOf_, values@JsProperty(name="hash") @Nonnull public java.lang.String hash()
@JsProperty(name="host") @Nonnull public java.lang.String host()
@JsProperty(name="hostname") @Nonnull public java.lang.String hostname()
@JsProperty(name="href") @Nonnull public java.lang.String href()
@JsProperty(name="origin") @Nonnull public java.lang.String origin()
@JsProperty(name="pathname") @Nonnull public java.lang.String pathname()
@JsProperty(name="port") @Nonnull public java.lang.String port()
@JsProperty(name="protocol") @Nonnull public java.lang.String protocol()
@JsProperty(name="search") @Nonnull public java.lang.String search()