w3c / sensors

Generic Sensor API
https://www.w3.org/TR/generic-sensor/
Other
127 stars 59 forks source link

Sensor must not expose GC behavior #338

Closed pozdnyakov closed 6 years ago

pozdnyakov commented 6 years ago

The Sensor objects which have relevant event listeners need to stay alive as long as it is possible that the event listener might get called.

Fixes #337


Preview | Diff

smaug---- commented 6 years ago

Looks reasonable.