citp / news-disinformation-study

A research project on how web users consume, are exposed to, and share news online.
8 stars 2 forks source link

Convert `SocialMediaActivity` to use Events #81

Closed akohlbre closed 3 years ago

akohlbre commented 3 years ago
jonathanmayer commented 3 years ago

Update Events to support optionally-blocking events

A generic approach would be to allow specifying a listener return value callback in Events. We currently ignore listener return values. A blocking listener could just return a special value, similar to webRequests.BlockingResponse.

jonathanmayer commented 3 years ago

Closing this issue here, it's included in: https://github.com/mozilla-rally/web-science/issues/8