resource_loading method

resource_loading

Callback method which regulates external resources loading.

Returns

The resource loading decision ResourceLoadingAction.

def resource_loading(self, args):
    ...
ParameterTypeDescription
argsIResourceLoadingArgsThe loading resource data IResourceLoadingArgs.

See Also