Problem
The ariaNotify explainer includes several examples of calling document.ariaNotify, so this should be supported by the polyfill. However, the polyfill only implements ariaNotify on Element (document instanceof Element is false).
Tasks
Workaround
Until this issue is resolved, use document.documentElement.ariaNotify or document.body.ariaNotify instead of document.ariaNotify.