You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 4, 2021. It is now read-only.
I am listening for an ‘error’ event to catch an error. ( vue App ) this.$refs.editor.addEventListener('error', (evt: any) => { console.log(evt, "evt") });
But there are some errors of type="error" that are not captured, such as message:"Session is too old. Max Session Duration Reached" type:"error"
I want to be able to catch all the type="error" errors to do some processing.
help
The text was updated successfully, but these errors were encountered:
I am listening for an ‘error’ event to catch an error. ( vue App )
this.$refs.editor.addEventListener('error', (evt: any) => { console.log(evt, "evt") });
But there are some errors of type="error" that are not captured, such as
message:"Session is too old. Max Session Duration Reached" type:"error"
I want to be able to catch all the type="error" errors to do some processing.
help
The text was updated successfully, but these errors were encountered: