Answers for "Uncaught ReferenceError: bookmarkBar is not defined"

1

Uncaught ReferenceError: bookmarkBar is not defined

Delete the parentId parameter since it does not exist while creating a new folder. The id is generated after folder creation.

Use console.log("Folder id is" +newFolder.id); to get the id. You will be able to view the created folder in Bookmark Manager ->Other Bookmarks.
Posted by: Guest on May-29-2020

Code answers related to "Uncaught ReferenceError: bookmarkBar is not defined"

Browse Popular Code Answers by Language