Is it possible to manually create WebDataSource objects and then set the created object to be the datasource of a webFrame object? I can’t seem to find a method on WebFrame class that allows the setting of datasource. The goal is to asynchronously pre-load webpages without having to render them in a web view all at once.
Is it possible to manually create WebDataSource objects and then set the created object
Share
Just use an offscreen WebView. It’ll load the resources for you and not waste time drawing itself.