forward

abstract fun forward(scope: CoroutineScope): Deferred<Unit>

异步导航到浏览历史中的下一页。

Return

一个 Deferred<Unit>

Parameters

scope

用于执行此操作的协程作用域。