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
As far as using Web API, It's better to use the more recent dispatchEvent(), e.g.
form=document.querySelector('form');form.dispatchEvent(newEvent('submit',{bubbles: true}));// you can specify more options in `Event()` for reliability across different browsers.
Or use a convenient wrapper provided by rails-ujs.js: