Add note about partial support for IE11

This commit is contained in:
Daniel Imms
2019-06-09 16:19:03 -07:00
parent 1bbb51fc17
commit f9b92f8865
+2
View File
@@ -87,6 +87,8 @@ The xterm.js team maintains the following addons but they can be built by anyone
Since xterm.js is typically implemented as a developer tool, only modern browsers are supported officially. Specifically the latest versions of *Chrome*, *Edge*, *Firefox* and *Safari*.
We also partially support *Intenet Explorer 11*, however we do not do workarounds specifically for it unless it's absolutely necessary. For example, copy and paste may not function correctly since `ClipboardEvent.clipboardData` is not supported.
Xterm.js works seamlessly in [Electron](https://electronjs.org/) apps and may even work on earlier versions of the browsers, these are the versions we strive to keep working.
## API