mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-05 01:42:54 +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 {
|
|
};
|