window.AICreateMonitor seems to be only available in Google Chrome and I assume it has something to do with its new window.ai-API, but it doesn't need to be activated through any flags. I've literally looked everywhere and there is absolutely no information about it anywhere, not even in the Google Chrome docs ().
I tried invoking it by both doing
new window.AICreateMonitor();
and
window.AICreateMonitor();
and with all sorts of dummy arguments, but it always throws the error: Uncaught TypeError: Illegal constructor
. Maybe it's not production ready yet and it was accidentally shipped, no idea what its purpose is or should have been.
It would be really nice if anyone could tell me something about it.