We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b64279b commit 6c036a3Copy full SHA for 6c036a3
specs/SharedBuffer.md
@@ -268,9 +268,6 @@ namespace Microsoft.Web.WebView2.Core
268
public Stream GetStream();
269
270
void Close();
271
-
272
- // IDisposable
273
- public void Dispose();
274
}
275
276
runtimeclass CoreWebView2
@@ -316,10 +313,7 @@ namespace Microsoft.Web.WebView2.Core
316
313
317
314
318
315
// Note that we are not exposing Handle from WinRT API.
319
320
- // IClosable
321
- void Close();
322
- }
+ }
323
324
325
{
0 commit comments