URL.protocol
The protocol
property of the URL
interface
is a string representing the protocol scheme of the URL, including the
final ':'
.
Value
A string.
The protocol
property of the URL
interface
is a string representing the protocol scheme of the URL, including the
final ':'
.
A string.