From c6ad4fbe88a6211a9fa50c02696798398effc823 Mon Sep 17 00:00:00 2001 From: Luke Latham Date: Fri, 2 Oct 2020 17:24:10 -0500 Subject: [PATCH] Blazor Supported Platforms topic UE pass (#20006) --- aspnetcore/blazor/supported-platforms.md | 58 +++++++++++++++-------- aspnetcore/signalr/supported-platforms.md | 13 +++-- 2 files changed, 45 insertions(+), 26 deletions(-) diff --git a/aspnetcore/blazor/supported-platforms.md b/aspnetcore/blazor/supported-platforms.md index 648d2fd5bd..9eaf42add4 100644 --- a/aspnetcore/blazor/supported-platforms.md +++ b/aspnetcore/blazor/supported-platforms.md @@ -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 * +* diff --git a/aspnetcore/signalr/supported-platforms.md b/aspnetcore/signalr/supported-platforms.md index 42c1638c09..abc5632c4d 100644 --- a/aspnetcore/signalr/supported-platforms.md +++ b/aspnetcore/signalr/supported-platforms.md @@ -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.