mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 08:08:43 +00:00
IDL: Add missing #imports
This commit is contained in:
parent
3ff481938e
commit
1a94241f58
Notes:
sideshowbarker
2024-07-17 06:40:35 +09:00
Author: https://github.com/mattco98
Commit: 1a94241f58
Pull-request: https://github.com/SerenityOS/serenity/pull/21882
30 changed files with 47 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
#import <Streams/ReadableStream.idl>
|
||||
|
||||
// https://w3c.github.io/FileAPI/#blob-section
|
||||
[Exposed=(Window,Worker), Serializable]
|
||||
interface Blob {
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#import <FileAPI/File.idl>
|
||||
|
||||
// https://w3c.github.io/FileAPI/#filelist-section
|
||||
[Exposed=(Window,Worker), Serializable]
|
||||
interface FileList {
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#import <DOM/EventTarget.idl>
|
||||
#import <FileAPI/Blob.idl>
|
||||
#import <WebIDL/DOMException.idl>
|
||||
|
||||
// https://w3c.github.io/FileAPI/#dfn-filereader
|
||||
[Exposed=(Window,Worker)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue