On Mon Jul 24 13:43:06 2023 +0000, Gabriel Ivăncescu wrote:
Likewise to prevent confusion I'd rename this to make it known it's a constructor so maybe `create_mutation_observer_ctor`? Also in this case you don't pass the callback when creating the constructor, you pass it when instantiating something from the constructor (but since you make it a stub, you don't need that now).
Same as above.