jakearchibald / idb

IndexedDB, but with promises
https://www.npmjs.com/package/idb
ISC License
6.2k stars 348 forks source link

Comment confusing `unlisten` #306

Open ivanivanyuk1993 opened 5 months ago

ivanivanyuk1993 commented 5 months ago

Is your feature request related to a problem? Please describe. The problem is that these lines(and similar unlisten-s) are confusing https://github.com/jakearchibald/idb/blob/eb2fc14bb3588d09aaa5e86a83bf3519b06e10b3/src/wrap-idb-value.ts#L76-L80

Describe the solution you'd like Can you add comments in code why these lines(and similar unlisten-s) are needed? https://github.com/jakearchibald/idb/blob/eb2fc14bb3588d09aaa5e86a83bf3519b06e10b3/src/wrap-idb-value.ts#L76-L80