Skip to content

Commit 1ef9e10

Browse files
author
Maura Winstanley
committed
update description
1 parent 339b664 commit 1ef9e10

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

specs/APIReview_UAString.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@ However, there are a couple limitations to this workaround-- it is not an API th
1010

1111
# Description
1212

13-
The User Agent (UA) is a client-side piece of information regarding the user's OS, application, and version. The browser/webcontrol sends the User Agent to the HTTP server and can be modified by the user.
13+
The User Agent (UA) is a client-side piece of information regarding the user's OS, application, and version. The browser/webcontrol sends the User Agent to the HTTP server.
1414

15-
The User Agent API allows developers to modify WebView2's User Agent and can be changed based on different events.
16-
17-
The Settings component will change the User Agent per WebView via Chrome Developer Protocol command (CDP). A key scenario is to allow end developers to get the current User Agent from WebView and modify it based on some sort of event, such as navigating to a specific website and setting the user agent to emulate a different browser version.
15+
The User Agent property lets developers modify WebView2's User Agent. A key scenario is to allow end developers to get the current User Agent from the WebView and modify it based on an event, such as navigating to a specific website and setting the user agent to emulate a different browser version.
1816

1917
# Examples
2018

0 commit comments

Comments
 (0)