This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
Complete event model migration for pageNavigation, linkExposure, socialMediaLinkSharing, and idle #17
Labels
ARCHIVED
CLOSED at time of archiving
documentation
Improvements or additions to documentation
enhancement
New feature or request
In the early versions WebScience, we implemented a measurement and storage model for these modules (i.e., each module ran an individual measurement and stored records of that measurement). We have partially transitioned to a WebExtensions-like event model for these modules, and there are some remaining items to complete.
Remaining items for
pageNavigation
:pageDataCallback
listeners with differingPageDataOptions
values.Remaining items for
linkExposure
:linkExposureCallback
listeners with differingLinkExposureOptions
values.linkExposureCallback
andLinkExposureDetails
, rather than using different (and undocumented) callback and detail types for untracked exposures. Note that the meaning of an untracked link will vary by listener, depending on its match patterns.Remaining items for
socialMediaLinkSharing
:socialMediaShareCallback
listeners with differingSocialMediaShareOptions
values.SocialMediaShareOptions
.SocialMediaShareDetails
.Remaining items for
idle
:onStateChanged
listeners.The text was updated successfully, but these errors were encountered: