Update xterm-headless.d.ts

This commit is contained in:
TatLead
2022-09-19 05:53:50 +08:00
committed by GitHub
parent 1ceec0b6fa
commit 9fb84cb89d
+1 -2
View File
@@ -19,8 +19,7 @@ declare module 'xterm-headless' {
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;