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
[...]\node_modules\blissfuljs\bliss.shy.js:789 Uncaught TypeError: Illegal invocation
at Object.$.Element.(anonymous function) ([...]\node_modules\blissfuljs\bliss.shy.js:789:47)
at $.(anonymous function) ([...]\node_modules\blissfuljs\bliss.shy.js:811:39)
at EventTarget.removeEventListener ([...]\node_modules\blissfuljs\bliss._.js:75)
at listener ([...]\node_modules\electron\dist\resources\electron.asar\renderer\web-view\web-view.js:395)
[...]\node_modules\blissfuljs\bliss.shy.js:789 Uncaught TypeError: Illegal invocation
at Object.$.Element.(anonymous function) ([...]\node_modules\blissfuljs\bliss.shy.js:789:47)
at $.(anonymous function) ([...]\node_modules\blissfuljs\bliss.shy.js:811:39)
at EventTarget.removeEventListener ([...]\node_modules\blissfuljs\bliss._.js:75)
at loadHandler ([...]\node_modules\electron\dist\resources\electron.asar\renderer\init.js:186)
The error doesn't appear when I only
import'blissfuljs/bliss.shy.js'
The first error references the file web-view.js, the relevant function is
onstlistener=function(event){if(document.readyState==='loading'){return}registerWebViewElement()window.removeEventListener(event.type,listener,useCapture)// the line that raises the error}
The second error references the file init.js, the relevant function is
// Warn about security issueswindow.addEventListener('load',functionloadHandler(){if(shouldLogSecurityWarnings()){if(nodeIntegration==='true'){warnAboutNodeWithRemoteContent()}warnAboutDisabledWebSecurity()warnAboutInsecureResources()warnAboutInsecureContentAllowed()warnAboutExperimentalFeatures()warnAboutEnableBlinkFeatures()warnAboutInsecureCSP()warnAboutAllowedPopups()}window.removeEventListener('load',loadHandler)// the line that raises the error})
Is electron supported?
The text was updated successfully, but these errors were encountered:
I import Bliss using
and get the error
The error doesn't appear when I only
The first error references the file
web-view.js
, the relevant function isThe second error references the file
init.js
, the relevant function isIs electron supported?
The text was updated successfully, but these errors were encountered: