WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
157944
[WKWebView _getWebArchiveDataWithCompletionHandler:] is private.
https://bugs.webkit.org/show_bug.cgi?id=157944
Summary
[WKWebView _getWebArchiveDataWithCompletionHandler:] is private.
lod
Reported
2016-05-20 08:46:56 PDT
WKWebView provides no way of saving current web page content in public API. There is a private method that provides this functionality. We would like to use this functionality. For example, see WKWebViewPrivate.h on WebKit mirror on github:
https://github.com/WebKit/webkit/blob/master/Source/WebKit2/UIProcess/API/Cocoa/WKWebViewPrivate.h
Steps to Reproduce: Load a web page in WKWebView. Try to save its contents using public API. Expected Results: There is an API that does this, for example a public version of _getWebArchiveDataWithCompletionHandler:. Actual Results: There is no such public API. Version: iOS 9.3.2 Notes: GOOGLER:lod Configuration: iPhone 6s.
Attachments
Add attachment
proposed patch, testcase, etc.
lod
Comment 1
2016-05-20 08:47:11 PDT
rdar://26391219
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug