mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
deprecate experimentalBufferLineImpl
This commit is contained in:
Vendored
+1
-1
@@ -108,7 +108,7 @@ declare module 'xterm' {
|
||||
* - 'TypedArray': The new experimental implementation based on TypedArrays that is expected to
|
||||
* significantly boost performance and memory consumption. Use at your own risk.
|
||||
*
|
||||
* This option will be removed in the future.
|
||||
* @deprecated This option will be removed in the future.
|
||||
*/
|
||||
experimentalBufferLineImpl?: 'JsArray' | 'TypedArray';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user