I want to set local storage before making request to WKWebView
is that possible in any iOS version?
Can't find a way to do it, the only class seem to relevant is WKWebsiteDataStore
https://developer.apple.com/documentation/webkit/wkwebsitedatastore which only have method to read and delete.