@JsFunction
public static interface Resource.RetryCallback
| Modifier and Type | Method and Description |
|---|---|
Promise<Boolean,Void> |
function(Resource resource,
String error) |
Promise<Boolean,Void> function(Resource resource, String error)
resource - The resource that failed to load.error - The error that occurred during the loading of the resource.Copyright © 2019. All rights reserved.