Blazor Supported Platforms topic UE pass (#20006)

pull/20099/head
Luke Latham 2020-10-02 17:24:10 -05:00 committed by GitHub
parent 7b11171973
commit c6ad4fbe88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 45 additions and 26 deletions

View File

@ -5,7 +5,7 @@ description: Learn about the supported platforms for ASP.NET Core Blazor.
monikerRange: '>= aspnetcore-3.1'
ms.author: riande
ms.custom: mvc
ms.date: 05/19/2020
ms.date: 10/01/2020
no-loc: ["ASP.NET Core Identity", cookie, Cookie, Blazor, "Blazor Server", "Blazor WebAssembly", "Identity", "Let's Encrypt", Razor, SignalR]
uid: blazor/supported-platforms
---
@ -13,32 +13,52 @@ uid: blazor/supported-platforms
By [Luke Latham](https://github.com/guardrex)
## Browser requirements
::: moniker range=">= aspnetcore-5.0"
### Blazor WebAssembly
Blazor WebAssembly and Blazor Server are supported in the browsers shown in the following table.
| Browser | Version |
| -------------------------------- | --------------- |
| Apple Safari, including iOS | Current† |
| Google Chrome, including Android | Current† |
| Microsoft Edge | Current† |
| Mozilla Firefox | Current† |
†*Current* refers to the latest version of the browser.
::: moniker-end
::: moniker range="< aspnetcore-5.0"
## Blazor WebAssembly
| Browser | Version |
| -------------------------------- | :-------------------: |
| Microsoft Edge | Current |
| Mozilla Firefox | Current |
| Google Chrome, including Android | Current |
| Safari, including iOS | Current |
| Microsoft Internet Explorer | Not Supported&dagger; |
| -------------------------------- | --------------------- |
| Apple Safari, including iOS | Current&dagger; |
| Google Chrome, including Android | Current&dagger; |
| Microsoft Edge | Current&dagger; |
| Microsoft Internet Explorer | Not Supported&Dagger; |
| Mozilla Firefox | Current&dagger; |
&dagger;Microsoft Internet Explorer doesn't support [WebAssembly](https://webassembly.org).
&dagger;*Current* refers to the latest version of the browser.
&Dagger;Microsoft Internet Explorer doesn't support [WebAssembly](https://webassembly.org).
### Blazor Server
## Blazor Server
| Browser | Version |
| -------------------------------- | :--------: |
| Microsoft Edge | Current |
| Mozilla Firefox | Current |
| Google Chrome, including Android | Current |
| Safari, including iOS | Current |
| Microsoft Internet Explorer | 11&dagger; |
| Browser | Version |
| -------------------------------- | --------------- |
| Apple Safari, including iOS | Current&dagger; |
| Google Chrome, including Android | Current&dagger; |
| Microsoft Edge | Current&dagger; |
| Microsoft Internet Explorer | 11&Dagger; |
| Mozilla Firefox | Current&dagger; |
&dagger;Additional polyfills are required (for example, promises can be added via a [`Polyfill.io`](https://polyfill.io/v3/) bundle).
&dagger;*Current* refers to the latest version of the browser.
&Dagger;Additional polyfills are required. For example, promises can be added via a [`Polyfill.io`](https://polyfill.io/v3/) bundle.
::: moniker-end
## Additional resources
* <xref:blazor/hosting-models>
* <xref:signalr/supported-platforms>

View File

@ -19,13 +19,12 @@ SignalR for ASP.NET Core supports any server platform that ASP.NET Core supports
The [JavaScript client](xref:signalr/javascript-client) runs on NodeJS 8 and later versions and the following browsers:
| Browser | Version |
| ------------------------------- | --------------- |
| Microsoft Edge | Current&dagger; |
| Mozilla Firefox | Current&dagger; |
| Google Chrome; includes Android | Current&dagger; |
| Safari; includes iOS | Current&dagger; |
| Microsoft Internet Explorer | 11 |
| Browser | Version |
| -------------------------------- | --------------- |
| Apple Safari, including iOS | Current&dagger; |
| Google Chrome, including Android | Current&dagger; |
| Microsoft Edge | Current&dagger; |
| Mozilla Firefox | Current&dagger; |
&dagger;*Current* refers to the latest version of the browser.