browser-compat-data
browser-compat-data copied to clipboard
Update Safari versions for MerchantValidationEvent API
This PR updates and corrects the real values for Safari (Desktop and iOS/iPadOS) for the MerchantValidationEvent API, based upon results from the mdn-bcd-collector project (v6.1.0).
Tests Used: https://mdn-bcd-collector.appspot.com/tests/api/MerchantValidationEvent
Check out the collector's guide on how to review this PR.
But also confirm if the merchantvalidation event is actually supported, not just assume that the interface data is correct.
But also confirm if the merchantvalidation event is actually supported, not just assume that the interface data is correct.
This turned out to be important in this case. This is a case of the interface not being exposed even though the event was: https://github.com/WebKit/WebKit/commit/90a5b4d7316500b38d277d8bca709b33d6ec027e
The event and interface was originally prefixed with apple/Apple and that's something we could optionally record as well:
https://github.com/WebKit/WebKit/commit/7678653a3cb439d11074cbe8c5b7d47aa31d1905
This is for pre-2020 browser releases, so I'm going to close this and worry about it another time.