mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-08 20:22:55 +00:00
6 lines
210 B
Text
6 lines
210 B
Text
#import <XHR/XMLHttpRequestEventTarget.idl>
|
|
|
|
// https://xhr.spec.whatwg.org/#xmlhttprequestupload
|
|
[Exposed=(Window,DedicatedWorker,SharedWorker)]
|
|
interface XMLHttpRequestUpload : XMLHttpRequestEventTarget {
|
|
};
|