Skip to content

Commit 2904ac2

Browse files
committed
fixup closes origin-api/issues#11
1 parent b0fdce5 commit 2904ac2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

source

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92525,6 +92525,12 @@ interface <dfn interface data-x="dom-Origin-interface">Origin</dfn> {
9252592525
data-x="dom-Origin-isSameSite">isSameSite(other)</code></dfn> method returns true if
9252692526
<span>this</span>'s <span data-x="dom-Origin-origin">origin</span> is <span>same site</span> with
9252792527
<var>other</var>'s <span data-x="dom-Origin-origin">origin</span>, and false otherwise.</p>
92528+
92529+
<p class="note">Note that same-site checks might return different values for the same origins in
92530+
different user agents, or even in the same user agent at different times, as the public suffix
92531+
list is updated and distributed in implementation-defined ways. <span
92532+
data-x="dom-Origin-isSameSite">isSameSite()</span> reflects the user agent's current understanding
92533+
of the relationship between two origins, but makes no promises about the future.</p>
9252892534
</div>
9252992535

9253092536

0 commit comments

Comments
 (0)