ios - Is there a way to extract the css and javascript files used on a website, with WKWebView? -
i'm building kind of web browser , i'm using wkwebview
. now, wish service workers supported webkit
unfortunately, that's not case. i'd build system that's closed service workers.
the main thing : want visited web pages displayed in offline mode.
so main idea extract , store html
, css
, js
files web pages.
the problem have no idea if possible or not , don't know how want if isn't possible.
Comments
Post a Comment