origin property
Sets or retrieves the scheme, hostname, and port of the document that fired the onmessage event.
![]() |
Syntax
| JavaScript | |
|---|
Property values
Type: String
a scheme followed by a hostname and a possibly a port.
Remarks
The origin includes the scheme, hostname, and port of the document, but not its path or fragment identifier. The scheme protocol must be either HTTP (unsecured) or Secure Hypertext Transfer Protocol (HTTPS).
See also
Show:
