autoDiscardable property

bool autoDiscardable

Whether the tab can be discarded automatically by the browser when resources are low.

Implementation

bool get autoDiscardable => _wrapped.autoDiscardable;
void autoDiscardable=(bool v)

Implementation

set autoDiscardable(bool v) {
  _wrapped.autoDiscardable = v;
}