Browse Source

more warning fixes

pull/9028/head
Dan Walmsley 4 years ago
parent
commit
1d550168f8
  1. 1
      src/Web/Avalonia.Web/Storage/BlobReadableStream.cs

1
src/Web/Avalonia.Web/Storage/BlobReadableStream.cs

@ -6,6 +6,7 @@ using System.Threading.Tasks;
namespace Avalonia.Web.Storage; namespace Avalonia.Web.Storage;
[System.Runtime.Versioning.SupportedOSPlatform("browser")] // gets rid of callsite warnings
internal class BlobReadableStream : Stream internal class BlobReadableStream : Stream
{ {
private JSObject? _jSReference; private JSObject? _jSReference;

Loading…
Cancel
Save