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
* Optional XMLHttpRequest object that you can send for upload API request. You can listen to `progress` and other events on this object for any custom logic.
142
142
*/
143
143
xhr?: XMLHttpRequest
144
+
145
+
/**
146
+
* Optional `checks` parameters can be used to run server-side checks before files are uploaded to the Media Library.
0 commit comments