Open fluidsonic opened 5 months ago
Latest commit: e7954c5f5d6c35e724bffe5c168b1057da7a2c60
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
crossOrigin: "anonymous"
forces CORS when loading the Messenger script (<script crossOrigin="anonymous" …>
). That in turn allows the website/app to receive full error information if the Messenger script throws an error. That's important for error logging and follow-ups with Intercom's own support.onLoad
andonLoadFailed
are called when the Messenger script is loaded successfully or not loaded successfully. That allows for