Skip to content
On this page

Home > @taiyuuki/utils > DB > remove_item

DB.remove_item() 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
remove_item(id: string): void;
remove_item(id: string): void;

Parameters

ParameterTypeDescription
idstring数据的唯一标识。

Returns:

void

Released under the MIT License.