mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:17:44 +00:00
LibWeb: Port IDL implementations Blob and File to new String
This commit is contained in:
parent
31a9bd2bfd
commit
9a5a8d617d
10 changed files with 63 additions and 52 deletions
|
@ -1,6 +1,6 @@
|
|||
#import <FileAPI/Blob.idl>
|
||||
|
||||
[Exposed=(Window,Worker), Serializable]
|
||||
[Exposed=(Window,Worker), Serializable, UseNewAKString]
|
||||
interface File : Blob {
|
||||
constructor(sequence<BlobPart> fileBits, USVString fileName, optional FilePropertyBag options = {});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue