transferControlToOffscreen property
OffscreenCanvas Function()
get
transferControlToOffscreen
Implementation
_i3.OffscreenCanvas Function() get transferControlToOffscreen =>
() => _i4.callMethod(
_i4.getProperty(
this,
'transferControlToOffscreen',
),
r'call',
[this],
);
set
transferControlToOffscreen
(OffscreenCanvas value())
Implementation
set transferControlToOffscreen(_i3.OffscreenCanvas Function() value) {
_i4.setProperty(
this,
'transferControlToOffscreen',
_i4.allowInterop(value),
);
}