Skip to content

Commit 7c6c008

Browse files
Updated background to clarify when event is raised
1 parent 64c72cc commit 7c6c008

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

specs/ExtendedNewWindowRequested.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Background
2-
WebView2 raises the `NewWindowRequested` event when a new window is opened. The WebView2 team has been asked to include the name of the new window
2+
WebView2 raises the `NewWindowRequested` event when web content in the WebView2 tries to open a new window. The WebView2 team has been asked to include the name of the new window
33
being created as a parameter of `NewWindowRequestedEventArgs`. This window name is the name given to the window when it is opened
44
using `window.open(url, windowName)` or via html such as `<a target="windowName">...</a>` or `<iframe name="windowName">...</iframe>`.
55

0 commit comments

Comments
 (0)