[Webkit-unassigned] [Bug 146571] New: WKWebView should provide a public API to get Web Archive data
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jul 2 18:43:29 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=146571
Bug ID: 146571
Summary: WKWebView should provide a public API to get Web
Archive data
Classification: Unclassified
Product: WebKit
Version: 528+ (Nightly build)
Hardware: iOS
OS: Unspecified
Status: NEW
Severity: Enhancement
Priority: P2
Component: WebKit API
Assignee: webkit-unassigned at lists.webkit.org
Reporter: ari at deskconnect.com
Web Archives are a very useful serialization format for web content. It would be really great if WKWebView offered a way to get the web archive data from a loaded web view so that it can be saved for later/offline usage, or converted to another format.
Currently, there is a private method named - (void)_getWebArchiveDataWithCompletionHandler:(void (^)(NSData *, NSError *))completionHandler, but there is no public functionality.
Developers may currently resort to using UIWebView and programmatically selecting the page content, copying it to the pasteboard, and getting the Web Archive data from there, but this is problematic and inefficient.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150703/6f30d332/attachment.html>
More information about the webkit-unassigned
mailing list