Skip to content

Commit 75455ca

Browse files
authored
Remove the deprecated use of WKProcessPool/processPool in OpenHABWebViewController (#965)
Signed-off-by: Tim Mueller-Seydlitz <timbms@gmail.com>
1 parent a4a8d3c commit 75455ca

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

openHAB/OpenHABWebViewController.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,6 @@ class OpenHABWebViewController: OpenHABViewController {
296296
return existing
297297
}
298298
let config = WKWebViewConfiguration()
299-
config.processPool = WKProcessPool() // isolates credential cache
300299
config.allowsInlineMediaPlayback = true
301300
config.mediaTypesRequiringUserActionForPlayback = []
302301
// adds: window.webkit.messageHandlers.xxxx.postMessage to JS env

0 commit comments

Comments
 (0)