Whether objects are drawn offscreen before being displayed.
Other resources
- offscreenBuffering from WebPlatform.org.
Source
@DomName('Window.offscreenBuffering') @DocsEditable() @Experimental() // non-standard bool get offscreenBuffering => _blink.BlinkWindow.instance.offscreenBuffering_Getter_(this);