@@ -5,40 +5,60 @@ description: Learn about the supported platforms for ASP.NET Core Blazor.
55monikerRange : ' >= aspnetcore-3.1'
66ms.author : riande
77ms.custom : mvc
8- ms.date : 05/19 /2020
8+ ms.date : 10/01 /2020
99no-loc : ["ASP.NET Core Identity", cookie, Cookie, Blazor, "Blazor Server", "Blazor WebAssembly", "Identity", "Let's Encrypt", Razor, SignalR]
1010uid : blazor/supported-platforms
1111---
1212# ASP.NET Core Blazor supported platforms
1313
1414By [ 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&dagger ; |
23+ | Google Chrome, including Android | Current&dagger ; |
24+ | Microsoft Edge | Current&dagger ; |
25+ | Mozilla Firefox | Current&dagger ; |
26+
27+ &dagger ; * 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 >
0 commit comments