Skip to content
On this page

Home > @taiyuuki/utils > DB > clear

DB.clear() method

This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

清空对象存储中的所有数据。

Signature:

typescript
clear(): void;
clear(): void;

Returns:

void

Released under the MIT License.