@DomName('OffscreenCanvas.OffscreenCanvas') @DocsEditable() factory OffscreenCanvas(int width, int height) { return _blink.BlinkOffscreenCanvas.instance .constructorCallback_2_(width, height); }