Primary eng (and PM) emails
sigb...@opera.com
Summary
Deprecate and retire window.postMessage(message, transferables,
targetOrigin) legacy overload.
Motivation
A legacy overload of window.postMessage() that's nearly unused & it
would be preferable to finally phase out.
Compatibility Risk
Any change to core functionality like window.postMessage() requires
extreme care, but the observed use of this overload is so low that the
risk of deprecating and actual removal seems acceptable. After
retirement, Safari will be the only browser supporting it.
Alternative implementation suggestion for web developers
Use window.postMessage(message, targetOrigin[, transferables])
Usage information from UseCounter
https://www.chromestatus.com/metrics/feature/timeline/popularity/575 ( <
~0.0025%)
OWP launch tracking bug
https://crbug.com/425896
Entry on the feature dashboard
https://www.chromestatus.com/feature/5719033043222528
Requesting approval to remove too?
Yes, M54 is the suggested milestone.