async property - ScriptElement class - dart:html library (original) (raw)

description

bool? getasync

Implementation

bool? get async native;

setasync (bool? value)

Implementation

set async(bool? value) native;