Navigation: activation-Eigenschaft

Limited availability

This feature is not Baseline because it does not work in some of the most widely-used browsers.

Experimentell: Dies ist eine experimentelle Technologie
Überprüfen Sie die Browser-Kompatibilitätstabelle sorgfältig, bevor Sie diese produktiv verwenden.

Die schreibgeschützte Eigenschaft activation der Navigation-Schnittstelle gibt ein NavigationActivation-Objekt zurück, das Informationen über die letzte Dokument-übergreifende Navigation enthält, die dieses Dokument "aktiviert" hat. Die Eigenschaft bleibt bei Navigationen im gleichen Dokument konstant.

Wert

Ein NavigationActivation-Objekt oder null, wenn das aktuelle Dokument das anfängliche about:blank Dokument ist.

Beispiele

js
if (navigation.activation) {
  console.log(navigation.activation.entry.url);
}

Spezifikationen

Specification
HTML Standard
# dom-navigation-activation

Browser-Kompatibilität

BCD tables only load in the browser

Siehe auch