Open erosman opened 5 months ago
To add some context. Seems one of the motivations for this proposal is performance. Removing a big amount of bookmarks can take some time.
In this thread, (https://github.com/erosman/support/issues/595) @bilgincoskun mentions:
The main caveats with the current API are:
Background
The bookmarks.remove() API allows the removal of a single bookmark.
Extensions dealing with bookmarks would benefit from having the option to remove multiple bookmarks with a single requests, instead of removing them one by one.
Proposal
Update the API to accept
string, or array of strings
, similar to StorageArea.remove().