LynxEngine internally calls this method to determine whether the resource path exists on disk.
LynxEngine
public OptionalBool isLocalResource(String url);
url
- (LynxResourceOptionalBool)isLocalResource:(NSURL *_Nonnull)url;
isLocalResource(url: string): LynxOptionalBool;
Loading...