I’d like to use document.referrer for an informal referrer check. Is this element cross browser compatible? Will any browser throw an error when trying to reference the document object?
I’d like to use document.referrer for an informal referrer check. Is this element cross
Share
The
document.referrerproperty is described in the DOM spec:http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-95229140
So it should be supported cross-browser. However, you can easily detect if the implementation does support this property like