ReactiveX / RxSwift

Reactive Programming in Swift
MIT License
24.32k stars 4.17k forks source link

Add a didFailProvisionalNavigation observer. #2620

Open keisukeYamagishi opened 3 weeks ago

keisukeYamagishi commented 3 weeks ago

Overview

I am encountering a significant issue as didFailProvisionalNavigation is missing in WKWebView+Rx.

For more details on this function, please refer to the Apple Developer documentation:

webView(_:didFailProvisionalNavigation:withError:)

https://developer.apple.com/documentation/webkit/wknavigationdelegate/1455637-webview

I have added this function and would greatly appreciate it if knowledgeable individuals could review it.

Thank you very much in advance for your assistance.