[Webkit-unassigned] [Bug 158801] WKWebView should expose API for download of a file.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 2 05:24:20 PST 2023


https://bugs.webkit.org/show_bug.cgi?id=158801

sam winchester <samwinchester19999 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |samwinchester19999 at gmail.co
                   |                            |m

--- Comment #13 from sam winchester <samwinchester19999 at gmail.com> ---
let storage = WKWebsiteDataStore.defaultDataStore()

storage.fetchDataRecordsOfTypes([WKWebsiteDataTypeCookies], completionHandler: { (records) -> Void in
  for record in records {
    logDebug("cookie record is " + record.debugDescription)

    for dataType in record.dataTypes {
      logDebug("data type is " + dataType.debugDescription)

      // get cookie data?? https://essayservice.io/
    }
  }
})

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230302/709863ba/attachment.htm>


More information about the webkit-unassigned mailing list