VOOZH about

URL: https://www.nuget.org/packages/Blazor.BrowserAPI/

⇱ NuGet Gallery | Blazor.BrowserAPI 0.15.1




👁 Image
Blazor.BrowserAPI 0.15.1

dotnet add package Blazor.BrowserAPI --version 0.15.1
 
 
NuGet\Install-Package Blazor.BrowserAPI -Version 0.15.1
 
 
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Blazor.BrowserAPI" Version="0.15.1" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Blazor.BrowserAPI" Version="0.15.1" />
 
Directory.Packages.props
<PackageReference Include="Blazor.BrowserAPI" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Blazor.BrowserAPI --version 0.15.1
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Blazor.BrowserAPI, 0.15.1"
 
 
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Blazor.BrowserAPI@0.15.1
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Blazor.BrowserAPI&version=0.15.1
 
Install as a Cake Addin
#tool nuget:?package=Blazor.BrowserAPI&version=0.15.1
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Blazor.BrowserAPI

A Blazor library that provides easy access to browser APIs without the need to use any JavaScript. Since JavaScript functionality for Blazor is primarly used for accessing BrowserAPIs, for most applications there will be no need to write any additional JavaScript.
It supports asynchronous communication as well as synchronous (JSRuntime and JSInProcessRuntime).

For documentation or sourcecode see github.com/BlackWhiteYoshi/Blazor.BrowserAPI.

You can find the test page at blazor-browserapi.firerocket.de.

Available Browser APIs

  • Clipboard
  • Console
  • CookieStorage
  • Document
  • Download
  • FileSystem
  • GamepadAPI
  • Geolocation
  • History
  • HTMLDialogElement
  • HTMLElement
  • HTMLMediaElement (audio/video)
  • LocalStorage
  • MediaDevices (microphone/camera)
  • Navigator
  • NetworkInformation
  • Permissions
  • SensorAPI
  • ServiceWorker
  • SessionStorage
  • Window
  • WindowManagement (screen)

Get Started

  1. Add PackageReference to your .csproj file
<ItemGroup>
 <PackageReference Include="Blazor.BrowserAPI" Version="{latest version}" />
</ItemGroup>
  1. Register BrowserAPI in your dependency container
using BrowserAPI;

services.AddBrowserAPI();

For documentation or sourcecode see github.com/BlackWhiteYoshi/Blazor.BrowserAPI.

Product Versions Compatible and additional computed target framework versions.
.NET net8.0 net8.0 is compatible.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 is compatible.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 is compatible.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Blazor.BrowserAPI:

Package Downloads
Biss.Maps.Blazor

Biss Core SDK

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.15.1 520 11/15/2025
0.15.0 503 9/18/2025
0.14.0 260 9/2/2025
0.13.0 398 7/15/2025
0.12.0 249 7/14/2025
0.11.0 243 7/8/2025
0.10.0 235 7/6/2025
0.9.0 245 7/2/2025
0.8.0 361 6/30/2025
0.7.2 421 3/12/2025
0.7.1 230 11/15/2024
0.7.0 225 10/3/2024
0.6.0 254 8/29/2024
0.5.0 280 5/23/2024
0.4.0 230 5/13/2024
0.3.0 248 5/9/2024
0.2.0 272 4/13/2024
0.1.2 244 3/6/2024
0.1.1 361 12/9/2023
0.1.0 269 12/8/2023