← Back to release summary

document.origin

Category
DOM
Type
New or changed feature
Status
Removed (Chrome 71)
Intent stage
None

Summary

The document.origin property will be deprecated and removed in Chromium, and then likely also removed from the DOM Standard. This property was only ever implemented in Chromium and WebKit. It is redundant with self.origin which can be used in both window and worker contexts and has wider support.

Standards & signals

Docs: https://developer.mozilla.org/en-US/docs/Web/API/Document/origin

View on chromestatus.com