collectResourceTiming property

bool collectResourceTiming

If true, Resource Timing API information will be collected for requests made by GeoJSON and Vector Tile web workers (this information is normally inaccessible from the main Javascript thread). Information will be returned in a resourceTiming property of relevant data events.

Implementation

bool get collectResourceTiming => jsObject.collectResourceTiming;