Skip to content

Commit

Permalink
Merge pull request #5 from KristofferStrube/fix/abort-controller-wron…
Browse files Browse the repository at this point in the history
…g-namespace

Changed namespace of `AbortController`.
  • Loading branch information
KristofferStrube authored Apr 28, 2024
2 parents a75d878 + 0d6dfa6 commit 652f702
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@page "/Aborting"
@using KristofferStrube.Blazor.DOM.Abort
@using KristofferStrube.Blazor.DOM
@inject IJSRuntime JSRuntime

<PageTitle>Blazor.DOM - Aborting</PageTitle>
Expand Down
2 changes: 1 addition & 1 deletion src/KristofferStrube.Blazor.DOM/Abort/AbortController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using KristofferStrube.Blazor.WebIDL.Exceptions;
using Microsoft.JSInterop;

namespace KristofferStrube.Blazor.DOM.Abort;
namespace KristofferStrube.Blazor.DOM;

/// <summary>
/// Though promises do not have a built-in aborting mechanism, many APIs using them require abort semantics.
Expand Down

0 comments on commit 652f702

Please sign in to comment.