sdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
sdk
sdk
/
com.m8test.script.core.api.ui.webview
/
Controller
/
clearLocalStorage
clear
Local
Storage
abstract
fun
clearLocalStorage
(
scope
:
CoroutineScope
)
:
Deferred
<
Unit
>
异步清空 LocalStorage 中的所有数据。
Return
一个
Deferred<Unit>
。
Parameters
scope
用于执行此操作的协程作用域。