WorkerLocation: protocol-Eigenschaft
Hinweis: Dieses Feature ist nur verfügbar in Web Workers.
Die protocol
-Eigenschaft eines WorkerLocation
-Objekts gibt den protocol
-Teil des Standorts des Workers zurück.
Wert
Ein String.
Beispiele
js
// In a Web worker, on the page https://developer.mozilla.org/en-US/docs/Web
const result = location.protocol; // Returns 'https:'
Spezifikationen
Specification |
---|
HTML Standard # dom-workerlocation-protocol |
Browser-Kompatibilität
BCD tables only load in the browser
Siehe auch
- Das
WorkerLocation
-Interface, zu dem es gehört.