Type Property 型プロパティ

WebViewProgressStarted

Posted by a WebView object when a load begins, including a load that is initiated in a subframe. サブフレームにおいて始められたロードも含めて、ロードが開始する時にWebViewオブジェクトによって投函されます。

Declaration 宣言

static let WebViewProgressStarted: NSNotification.Name

Discussion 議論

The notification object is the WebView that began loading. This notification does not contain a userInfo dictionary. 通知オブジェクトは、ロードを開始したWebViewです。この通知は、userInfo辞書を含みません。

See Also 参照

WebKit

Related Documentation 関連文書