Merge pull request #4125 from BattlefieldDuck/master

Update allowProposedApi comments
This commit is contained in:
Daniel Imms
2022-09-23 13:27:25 -07:00
committed by GitHub
2 changed files with 2 additions and 4 deletions
+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;
+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;