-
Notifications
You must be signed in to change notification settings - Fork 22.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mark PaymentRequestEvent.p.instrumentKey deprecated and non-standard #6960
Mark PaymentRequestEvent.p.instrumentKey deprecated and non-standard #6960
Conversation
w3c/payment-handler@20a0ca9 (w3c/payment-handler#393) dropped PaymentRequestEvent.prototype.instrumentKey from the Payment Handler spec.
Preview URLsFlawsNone! 🎉 External URLsURL: No new external URLs |
w3c/payment-handler@20a0ca9 (w3c/payment-handler#393) dropped PaymentRequestEvent.prototype.instrumentKey from the Payment Handler spec. So, this change marks it deprecated and non-standard, and drops its spec_url. Related MDN change: mdn/content#6960
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Text is fine and I agree to remove the link to undocumented deprecated feature here. (It can be reverted if needed but we don't want to encourage to get it written)
…11549) w3c/payment-handler@20a0ca9 (w3c/payment-handler#393) dropped PaymentRequestEvent.prototype.instrumentKey from the Payment Handler spec. So, this change marks it deprecated and non-standard, and drops its spec_url. Related MDN change: mdn/content#6960
* upstream/main: (36 commits) unbreak redirects from archived content (mdn#6979) Add an example for IntersectionObserver.observe() (mdn#6898) chore(deps): bump @mdn/yari from 0.4.602 to 0.4.605 (mdn#6975) Document that FinalizationRegistry's callback is not optional (mdn#6963) Removes see compat table and fix heading flaw (mdn#6964) Update BCD paths for console (api.Console.* -> api.console.*) (mdn#6969) Fold XREnvironmentBlendMode into XRSession.environmentBlendMode (mdn#6967) Document XRSession.interactionMode (mdn#6961) Mark PaymentRequestEvent.p.instrumentKey deprecated and non-standard (mdn#6960) added clarity (mdn#6942) FF91: DateTimeFormat timeZoneName options (mdn#6853) Fix typo: frequenies -> frequencies (mdn#6958) Fix code formatting in JS “new operator” doc (mdn#6954) improved mechanics (mdn#6940) fixed mechanics (mdn#6947) fixed punctuation, added clarity (mdn#6949) Fix taller interactive examples (mdn#6950) HTMLDialogElement: Add the 'cancel` event to the event list (mdn#6939) Remove window. and similar from WindowOrWorkerGlobalScope docs (mdn#6938) Remove notes about deep parameters (mdn#6934) ...
w3c/payment-handler@20a0ca9 (w3c/payment-handler#393) dropped
PaymentRequestEvent.prototype.instrumentKey
from the Payment Handler spec. Related BCD change: mdn/browser-compat-data#11549.