NavigationHistoryEntry: sameDocument-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 sameDocument der Schnittstelle NavigationHistoryEntry gibt true zurück, wenn dieser Verlaufseintrag für dasselbe document wie der aktuelle Document-Wert ist und das aktuelle Dokument vollständig aktiv ist, andernfalls false.

Wert

Ein boolescher Wert.

Beispiele

js
const current = navigation.currentEntry;
console.log(current.sameDocument);
// Will always return true

Spezifikationen

Specification
HTML Standard
# dom-navigationhistoryentry-samedocument-dev

Browser-Kompatibilität

BCD tables only load in the browser

Siehe auch