Skip to content

Commit c6ad4fb

Browse files
authored
Blazor Supported Platforms topic UE pass (#20006)
1 parent 7b11171 commit c6ad4fb

2 files changed

Lines changed: 45 additions & 26 deletions

File tree

aspnetcore/blazor/supported-platforms.md

Lines changed: 39 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,40 +5,60 @@ description: Learn about the supported platforms for ASP.NET Core Blazor.
55
monikerRange: '>= aspnetcore-3.1'
66
ms.author: riande
77
ms.custom: mvc
8-
ms.date: 05/19/2020
8+
ms.date: 10/01/2020
99
no-loc: ["ASP.NET Core Identity", cookie, Cookie, Blazor, "Blazor Server", "Blazor WebAssembly", "Identity", "Let's Encrypt", Razor, SignalR]
1010
uid: blazor/supported-platforms
1111
---
1212
# ASP.NET Core Blazor supported platforms
1313

1414
By [Luke Latham](https://github.com/guardrex)
1515

16-
## Browser requirements
16+
::: moniker range=">= aspnetcore-5.0"
1717

18-
### Blazor WebAssembly
18+
Blazor WebAssembly and Blazor Server are supported in the browsers shown in the following table.
19+
20+
| Browser | Version |
21+
| -------------------------------- | --------------- |
22+
| Apple Safari, including iOS | Current† |
23+
| Google Chrome, including Android | Current† |
24+
| Microsoft Edge | Current† |
25+
| Mozilla Firefox | Current† |
26+
27+
†*Current* refers to the latest version of the browser.
28+
29+
::: moniker-end
30+
31+
::: moniker range="< aspnetcore-5.0"
32+
33+
## Blazor WebAssembly
1934

2035
| Browser | Version |
21-
| -------------------------------- | :-------------------: |
22-
| Microsoft Edge | Current |
23-
| Mozilla Firefox | Current |
24-
| Google Chrome, including Android | Current |
25-
| Safari, including iOS | Current |
26-
| Microsoft Internet Explorer | Not Supported&dagger; |
36+
| -------------------------------- | --------------------- |
37+
| Apple Safari, including iOS | Current&dagger; |
38+
| Google Chrome, including Android | Current&dagger; |
39+
| Microsoft Edge | Current&dagger; |
40+
| Microsoft Internet Explorer | Not Supported&Dagger; |
41+
| Mozilla Firefox | Current&dagger; |
42+
43+
&dagger;*Current* refers to the latest version of the browser.
44+
&Dagger;Microsoft Internet Explorer doesn't support [WebAssembly](https://webassembly.org).
2745

28-
&dagger;Microsoft Internet Explorer doesn't support [WebAssembly](https://webassembly.org).
46+
## Blazor Server
2947

30-
### Blazor Server
48+
| Browser | Version |
49+
| -------------------------------- | --------------- |
50+
| Apple Safari, including iOS | Current&dagger; |
51+
| Google Chrome, including Android | Current&dagger; |
52+
| Microsoft Edge | Current&dagger; |
53+
| Microsoft Internet Explorer | 11&Dagger; |
54+
| Mozilla Firefox | Current&dagger; |
3155

32-
| Browser | Version |
33-
| -------------------------------- | :--------: |
34-
| Microsoft Edge | Current |
35-
| Mozilla Firefox | Current |
36-
| Google Chrome, including Android | Current |
37-
| Safari, including iOS | Current |
38-
| Microsoft Internet Explorer | 11&dagger; |
56+
&dagger;*Current* refers to the latest version of the browser.
57+
&Dagger;Additional polyfills are required. For example, promises can be added via a [`Polyfill.io`](https://polyfill.io/v3/) bundle.
3958

40-
&dagger;Additional polyfills are required (for example, promises can be added via a [`Polyfill.io`](https://polyfill.io/v3/) bundle).
59+
::: moniker-end
4160

4261
## Additional resources
4362

4463
* <xref:blazor/hosting-models>
64+
* <xref:signalr/supported-platforms>

aspnetcore/signalr/supported-platforms.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,12 @@ SignalR for ASP.NET Core supports any server platform that ASP.NET Core supports
1919

2020
The [JavaScript client](xref:signalr/javascript-client) runs on NodeJS 8 and later versions and the following browsers:
2121

22-
| Browser | Version |
23-
| ------------------------------- | --------------- |
24-
| Microsoft Edge | Current&dagger; |
25-
| Mozilla Firefox | Current&dagger; |
26-
| Google Chrome; includes Android | Current&dagger; |
27-
| Safari; includes iOS | Current&dagger; |
28-
| Microsoft Internet Explorer | 11 |
22+
| Browser | Version |
23+
| -------------------------------- | --------------- |
24+
| Apple Safari, including iOS | Current&dagger; |
25+
| Google Chrome, including Android | Current&dagger; |
26+
| Microsoft Edge | Current&dagger; |
27+
| Mozilla Firefox | Current&dagger; |
2928

3029
&dagger;*Current* refers to the latest version of the browser.
3130

0 commit comments

Comments
 (0)