LocalStorageのremoveItemを呼ぶ拡張APIMk:remove
がほしい
#15141
Labels
👩💻AiScript
Issues related to "AiScript" and its API. "Play" or "Plugin" related issues are not included.
✨Feature
This adds/improves/enhances a feature
Summary
現状
miLocalStorage.removeItem()
に対応する拡張APIはないが、Mk:save()
で保存した値を削除する用途としてMk:remove()
が欲しい。misskey/packages/frontend/src/scripts/aiscript/api.ts
Lines 76 to 84 in 0804092
Purpose
Mk:save("key", null)
などとすることで値のデータ自体は削除できるが、削除していることをより明示的にする。Do you want to implement this feature yourself?
The text was updated successfully, but these errors were encountered: