Blazor Supported Platforms topic UE pass (#20006)
parent
7b11171973
commit
c6ad4fbe88
|
@ -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† |
|
||||
| -------------------------------- | --------------------- |
|
||||
| Apple Safari, including iOS | Current† |
|
||||
| Google Chrome, including Android | Current† |
|
||||
| Microsoft Edge | Current† |
|
||||
| Microsoft Internet Explorer | Not Supported‡ |
|
||||
| Mozilla Firefox | Current† |
|
||||
|
||||
†Microsoft Internet Explorer doesn't support [WebAssembly](https://webassembly.org).
|
||||
†*Current* refers to the latest version of the browser.
|
||||
‡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† |
|
||||
| Browser | Version |
|
||||
| -------------------------------- | --------------- |
|
||||
| Apple Safari, including iOS | Current† |
|
||||
| Google Chrome, including Android | Current† |
|
||||
| Microsoft Edge | Current† |
|
||||
| Microsoft Internet Explorer | 11‡ |
|
||||
| Mozilla Firefox | Current† |
|
||||
|
||||
†Additional polyfills are required (for example, promises can be added via a [`Polyfill.io`](https://polyfill.io/v3/) bundle).
|
||||
†*Current* refers to the latest version of the browser.
|
||||
‡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>
|
||||
|
|
|
@ -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† |
|
||||
| Mozilla Firefox | Current† |
|
||||
| Google Chrome; includes Android | Current† |
|
||||
| Safari; includes iOS | Current† |
|
||||
| Microsoft Internet Explorer | 11 |
|
||||
| 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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue