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
Previous versions had GHCJS.DOM.XMLHttpRequestUpload for functions with the .upload member of an XMLHttpRequest. It looks like the IDL file is being included somewhere, but I don't see any code generated. Any thoughts?
The text was updated successfully, but these errors were encountered:
The WebKit IDL files have changed to include a new interface XMLHttpRequestEventTarget. Both XMLHttpRequestUpload and XMLHttpRequest are XMLHttpRequestEventTargets.
The functions you are looking for have probably moved from GHCJS.DOM.XMLHttpRequestUpload to GHCJS.DOM.XMLHttpRequestEventTargets.
Previous versions had GHCJS.DOM.XMLHttpRequestUpload for functions with the .upload member of an XMLHttpRequest. It looks like the IDL file is being included somewhere, but I don't see any code generated. Any thoughts?
The text was updated successfully, but these errors were encountered: