keepalive property

bool keepalive

Implementation

bool get keepalive => js_util.getProperty(this, 'keepalive');
void keepalive=(bool newValue)

Implementation

set keepalive(bool newValue) {
  js_util.setProperty(this, 'keepalive', newValue);
}