some things considered Channel_OnTypeChanged optional, grr.
Make fourCC a thing so people don't manage to get the wrong channel for their activities and then break stuff
a bit less extended and using stock error and ready instead of connect,<0,1,2>
this is semver breaking but we're in prerelease so i'm not touching package.json
... until it's considered at least mostly done
since the parsers work now, my bad
... I have a horrendous idea.
```js
/** pure evil **/
Object.defineProperty(window, "onload", {
set: function onload(fn) {
__messengerjs__onloadfunction = fn;
}
});
```
It may be sin... but it may fix usernames... commiting before i try it