hackademix / nscl

NoScript Commons Library
GNU General Public License v3.0
23 stars 9 forks source link

`Set#size` is a getter #8

Closed alex-kinokon closed 1 year ago

alex-kinokon commented 1 year ago

https://github.com/hackademix/nscl/blob/4aab6f665f0a4a30816e4f2415ba7d4fd31babb5/service/DocStartInjection.js#L218

Set.prototype.size is a getter and calling it as a function will throw.

hackademix commented 1 year ago

Fixed, thanks.