Is WKWebView Support HTML5 Offline Application Cache ?

HTML5 Offline Application Cache Is supported on Safari but is it supported in WKWebView?
I found some links in StackOverflow but i am unable to implement these methods.


@interface WKPreferences (MyPreferences)
- (void)_setOfflineApplicationCacheIsEnabled:(BOOL)offlineApplicationCacheIsEnabled;
@end


https://stackoverflow.com/questions/29892898/enable-application-cache-in-wkwebview?rq=1

Any help much appreciated.
Thanks in Advance.

Replies

According to the link you posted, it has worked for a few years now.

thanks for response john daniel.
current version of IOS 13 or Version above 10 is there any way to implement this ?
Is there any apple documents related to this.

It was your link.