Bug 134113 - [Cocoa] No way to get the main frame’s main resource’s data
Summary: [Cocoa] No way to get the main frame’s main resource’s data
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-20 11:58 PDT by mitz
Modified: 2014-06-20 16:38 PDT (History)
0 users

See Also:


Attachments
Add -[WKWebView _getMainResourceDataWithCompletionHandler:] (3.61 KB, patch)
2014-06-20 12:00 PDT, mitz
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2014-06-20 11:58:09 PDT
There’s API for getting a web archive of the entire page, but not just the main resource.
Comment 1 mitz 2014-06-20 12:00:58 PDT
Created attachment 233441 [details]
Add -[WKWebView _getMainResourceDataWithCompletionHandler:]
Comment 2 mitz 2014-06-20 16:38:18 PDT
Fixed in <http://trac.webkit.org/r170222>.