@Vlad To clarify, the Notification API appears to be missing entirely
API: https://developer.mozilla.org/en-US/docs/Web/API/notification
A way to test this in browser console is to run Notification.requestPermission()
on a webpage. On Orion, you get ReferenceError: Can't find variable: Notification
but on Safari it works: