Update xterm.d.ts

This commit is contained in:
TatLead
2022-09-19 05:54:11 +08:00
committed by GitHub
parent 9fb84cb89d
commit 11c806a4d0
+1 -2
View File
@@ -26,8 +26,7 @@ declare module 'xterm' {
export interface ITerminalOptions {
/**
* Whether to allow the use of proposed API. When false, any usage of APIs
* marked as experimental/proposed will throw an error. This defaults to
* true currently, but will change to false in v5.0.
* marked as experimental/proposed will throw an error. The default is false.
*/
allowProposedApi?: boolean;