trait Client extends Object
¶4.2 Client of Service Workers 1 spec.
- Annotations
- @JSType() @native()
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- Client
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def frameType: FrameType
-
def
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
-
def
id: String
The id attribute must return its associated service worker client's id.
-
def
isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
-
def
postMessage(message: Any, transfer: Sequence[Transferable] = null): Unit
- message
the spec says this is of type any (?!)
- transfer
https://html.spec.whatwg.org/multipage/infrastructure.html#transferable-objects
-
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
-
def
toLocaleString(): String
- Definition Classes
- Object
-
def
url: String
The url attribute must return the context object's associated service worker client's serialized creation url.
-
def
valueOf(): Any
- Definition Classes
- Object