Interface FrameLoadFailed
- All Superinterfaces:
Event,NavigationEvent
An event indicating that the content load was failed.
-
Method Summary
Modifier and TypeMethodDescriptiondefault NetErrorerror()Returns the navigation error.default Frameframe()Returns theFrameinstance that failed to load content.default NavigationReturns theNavigationinstance initiated this event.default Stringurl()Returns a string that represents the URL of the resource which content has been failed to load.
-
Method Details
-
frame
Returns theFrameinstance that failed to load content. -
url
Returns a string that represents the URL of the resource which content has been failed to load. -
error
Returns the navigation error.