关于[How to Use Browser Functionalities with Blazor WebAssembly]的摘要:
There are a lot of browser functionalities that we can use in our Blazor WebAssembly application like local storage, session storage, offline/online status, etc. These can be quite useful, so in this article, we are going to learn how to use browser functionalities with Blazor WebAssembly. We are going to learn how to check if our application is currently online or offline and also, how to use a separate razor class library to extract our JavaScript Interop code.
原文地址: https://code-maze.com/use-browser-functionalities-with-blazor-webassembly/