Example of memory leak in indexedDB at store.add (see Example at Edit)
问题 I'm struggling to understand why this code generates a memory leak, or at least what appears to be a memory leak. I'm attempting to write a portfolio of quiz objects to an indexedDB database. At this stage, I'm just trying to test the speed of writing different numbers of quizzes of different sizes. Included is only the portion of the code that writes to the database. The port.quiz[] object is defined globally. The code is set up to display messages as each quiz is successfully written and a