This one caught me off guard yesterday. Details here:
https://www.chromestatus.com/feature/5148698084376576
While these are not generally common tools for your everyday professional developer, they can be very useful when prototyping and creating proof of concepts. And what better place to do these than in web-based code editors like jsfiddle, codepen, codesandbox, etc. Of course all of these services render user code in an iframe which means each of these methods are now broken there. Example:
https://jsfiddle.net/qra3h5xt/
Clicking the button in that fiddle on Chrome would do nothing whereas in Firefox (for now), you’d see an alert.
This does not please me, and breaks a few prototypes I’ve been working on recently. I guess I have to implement my own dialogs now…
Would this affect anyone else? Or am I the only one that still uses these things?