fetchPriority property

String fetchPriority

Implementation

String get fetchPriority => js_util.getProperty(this, 'fetchPriority');
void fetchPriority=(String newValue)

Implementation

set fetchPriority(String newValue) {
  js_util.setProperty(this, 'fetchPriority', newValue);
}