sendBeacon property

bool Function(Object, [Object?]) get sendBeacon

Implementation

_i2.bool Function(
  _i2.Object, [
  _i2.Object?,
]) get sendBeacon => (
      _i2.Object p0, [
      _i2.Object? p1,
    ]) =>
        _i4.callMethod(
          _i4.getProperty(
            this,
            'sendBeacon',
          ),
          r'call',
          [
            this,
            p0,
            p1 ?? _i6.undefined ?? _i6.undefined,
          ],
        );
set sendBeacon (bool value(Object, [Object?]))

Implementation

set sendBeacon(
    _i2.bool Function(
      _i2.Object, [
      _i2.Object?,
    ]) value) {
  _i4.setProperty(
    this,
    'sendBeacon',
    _i4.allowInterop(value),
  );
}