LibWeb: Port IDL implementations Blob and File to new String

This commit is contained in:
Kenneth Myhra 2023-02-25 10:27:38 +01:00 committed by Linus Groh
commit 9a5a8d617d
Notes: sideshowbarker 2024-07-17 12:02:22 +09:00
10 changed files with 63 additions and 52 deletions

View file

@ -1,4 +1,4 @@
[Exposed=(Window,Worker), Serializable]
[Exposed=(Window,Worker), Serializable, UseNewAKString]
interface Blob {
constructor(optional sequence<BlobPart> blobParts, optional BlobPropertyBag options = {});