In WKWebView.h, I came through this method:
-(void)createWebArchiveDataAtLocationWithCompletionHandler:(void (^)(NSData *, NSError *))completionHandler NS_REFINED_FOR_SWIFT API_AVAILABLE(macos(11.0), ios(14.0));
I want to save the web page for offline, so for that what to write in the completion handler?