Skip to content

Commit

Permalink
Remove IJSVoidResult from the public API
Browse files Browse the repository at this point in the history
  • Loading branch information
TanayParikh committed Aug 27, 2021
1 parent 33f0afc commit e754872
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/JSInterop/Microsoft.JSInterop/src/IJSVoidResult.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace Microsoft.JSInterop
/// <summary>
/// Represents a void result from a JavaScript call.
/// </summary>
public interface IJSVoidResult
internal interface IJSVoidResult
{
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#nullable enable
Microsoft.JSInterop.IJSVoidResult
Microsoft.JSInterop.IJSStreamReference
Microsoft.JSInterop.IJSStreamReference.Length.get -> long
Microsoft.JSInterop.IJSStreamReference.OpenReadStreamAsync(long maxAllowedSize = 512000, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) -> System.Threading.Tasks.ValueTask<System.IO.Stream!>
Expand Down

0 comments on commit e754872

Please sign in to comment.