uri property

ResourceLoadingArgs.uri property

URI of the resource which is used for downloading if IResourceLoadingCallback.resourceLoading() returns ResourceLoadingAction.Default.

Initially it’s set to absolute URI of the resource, but user can redefine it to any value.

get uri(): string

See Also