Proposal: Remove multiple bookmarks in bookmarks.remove() #640
Labels
supportive: chrome
Supportive from Chrome
supportive: firefox
Supportive from Firefox
supportive: safari
Supportive from Safari
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().The text was updated successfully, but these errors were encountered: