Skip to content

Commit f78860a

Browse files
Update specs/SharedBuffer.md
Co-authored-by: David Risney <dave@deletethis.net>
1 parent 59018db commit f78860a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs/SharedBuffer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Shared Buffer Between Native Application Code and Script
22
===
33

44
# Background
5-
For some advanced scenarios, there is a need to exchange large data between WebView application process and trusted web pages that are considered as part of the app. Some examples:
5+
For some advanced scenarios, there is a need to exchange large amounts of data between the WebView2 application process and trusted web pages that are considered as part of the app. Some examples:
66
- Web page generates large data, passes to native side to be further process or fed to other parts of the app or OS. Example: https://github.com/MicrosoftEdge/WebView2Feedback/issues/89.
77
- Native side generates large data for the web side to consume. The data might or might not come directly from files. Example: https://github.com/MicrosoftEdge/WebView2Feedback/issues/1005.
88
To support these scenarios, we are adding an Edge WebView2 API to support shared buffer between app and renderer process, based on shared memory from the OS.

0 commit comments

Comments
 (0)