Add Blazor supported platforms topic (#12488)

pull/12496/head
Luke Latham 2019-05-21 21:05:24 -05:00 committed by GitHub
parent 61c4d2a49c
commit 21321ca0d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 45 additions and 0 deletions

View File

@ -0,0 +1,43 @@
---
title: ASP.NET Core Blazor supported platforms
author: guardrex
description: Learn about the supported platforms for ASP.NET Core Blazor.
monikerRange: '>= aspnetcore-3.0'
ms.author: riande
ms.custom: mvc
ms.date: 05/21/2019
uid: blazor/supported-platforms
---
# ASP.NET Core Blazor supported platforms
By [Luke Latham](https://github.com/guardrex)
## Browser requirements
### Blazor client-side
| Browser | Version |
| -------------------------------- | :-------------------: |
| Microsoft Edge | Current |
| Mozilla Firefox | Current |
| Google Chrome, including Android | Current |
| Safari, including iOS | Current |
| Microsoft Internet Explorer | Not Supported† |
†Microsoft Internet Explorer doesn't support [WebAssembly](http://webassembly.org).
For more information on the Blazor client-side hosting model, see <xref:blazor/hosting-models#client-side>.
### Blazor server-side
| Browser | Version |
| -------------------------------- | :--------: |
| Microsoft Edge | Current |
| Mozilla Firefox | Current |
| Google Chrome, including Android | Current |
| Safari, including iOS | Current |
| Microsoft Internet Explorer | 11&dagger; |
&dagger;Additional polyfills are required (for example, promises can be added via a [Polyfill.io](https://polyfill.io/v3/) bundle).
For more information on the Blazor server-side hosting model, see <xref:blazor/hosting-models#server-side>.

View File

@ -277,6 +277,8 @@
items:
- name: Overview
uid: blazor/index
- name: Supported platforms
uid: blazor/supported-platforms
- name: Get started
uid: blazor/get-started
- name: Hosting models