Location: port
The port
property of the Location
interface is a USVString
containing the port number of the URL. If the
URL does not contain an explicit port number, it will be set to ''
.
Syntax
string = object.port;
object.port = string;
Examples
// Let's an <a id="myAnchor" href="https://developer.mozilla.org:443/en-US/docs/Location.port"> element be in the document
var anchor = document.getElementByID("myAnchor");
var result = anchor.port; // Returns:'443'
Specifications
Specification |
---|
HTML Standard # dom-location-port-dev |
Browser compatibility
BCD tables only load in the browser