This adds the onRelativeTimeUpdated field. This is similar to the on properties that are available on all html classes. It's useful for:
Checking support of an element. The presence of the property can be checked to determine the version/featureset of the element (const supportsUpdated = 'onRelativeTimeUpdated' in el)
:wave: Hello and thanks for pinging us! This issue or PR has been added to our inbox and a Design Infrastructure first responder will review it soon.
:art: If this is a PR that includes a visual change, please make sure to add screenshots in the description or deploy this code to a lab machine with instructions for how to test.
:fast_forward: If this is a PR that includes changes to an interaction, please include a video recording in the description.
:warning: If this is urgent, please visit us in #primer on Slack and tag the first responders listed in the channel topic.
This adds the
onRelativeTimeUpdated
field. This is similar to theon
properties that are available on all html classes. It's useful for:const supportsUpdated = 'onRelativeTimeUpdated' in el
)