You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to use the attach addon in IE11, it results in a plain "syntax error". This is likely due to a webpack or tsconfig issue since copying the code into my local project works as expected.
Other addons (such as fit) use ES5 whereas this uses ES6.
Details
Browser and browser version: IE11
OS version: Windows 7
xterm.js version: 4.3.0
attach version: 0.4.0
Steps to reproduce
Open xterm.js with the attach addon loaded
Inspect the console
The text was updated successfully, but these errors were encountered:
When trying to use the
attach
addon in IE11, it results in a plain "syntax error". This is likely due to a webpack or tsconfig issue since copying the code into my local project works as expected.Other addons (such as
fit
) use ES5 whereas this uses ES6.Details
Steps to reproduce
The text was updated successfully, but these errors were encountered: