CoreWebView2SharedBufferAccess Enum
Specifies the desired access from script to CoreWebView2SharedBuffer.
Name | Value | Description |
---|---|---|
ReadOnly |
0x0 | Script from web page only has read access to the shared buffer. |
ReadWrite |
0x1 | Script from web page has read and write access to the shared buffer. |