Skip to content

Commit 5ad2b27

Browse files
Add reference
1 parent 160c206 commit 5ad2b27

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

WEB-INTEGRATION.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -757,6 +757,8 @@ empty AsyncContext snapshot, which will be an empty mapping (i.e. every
757757

758758
Cross-origin API calls do not propagate the context from one origin to the other, as if they were happening in different agents/threads. This is also true for APIs that are observably in the same agent, such as calling `.focus()` on a cross-origin iframe's window.
759759

760+
See [whatwg/html#3506](https://github.com/whatwg/html/issues/3506) for related discussion about `focus()`'s behavior on cross-origin iframes.
761+
760762
## Module evaluation
761763

762764
When you import a JS module multiple times, it will only be fetched and

0 commit comments

Comments
 (0)