title: Taro.clearStorageSync()
sidebar_label: clearStorageSync
The synchronous version of Taro.clearStorage.
Type
() => void
Parameters
Sample Code
Taro.clearStorage()
try {Taro.clearStorageSync()} catch(e) {// Do something when catch error}
API Support
| API | WeChat Mini-Program | H5 | React Native |
|---|---|---|---|
| Taro.clearStorageSync | ✔️ | ✔️ |
