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
TextEditor.prototype.displayBuffer has always been private, but now
it is gone. Reading the displayBuffer property now returns a reference
to the containing TextEditor, which now provides some of the API of
the defunct DisplayBuffer class.
TextEditor.prototype.displayBuffer
has always been private, but nowit is gone. Reading the
displayBuffer
property now returns a referenceto the containing
TextEditor
, which now provides some of the API ofthe defunct
DisplayBuffer
class.The text was updated successfully, but these errors were encountered: