Jamie Mansfield
67976d041b
LibWeb/FileAPI: Add [Clamp] extended attribute to Blob.slice
...
See:
- http://wpt.live/FileAPI/blob/Blob-slice-overflow.any.html
2024-08-23 12:08:11 +01:00
Kemal Zebari
c5f1e47883
LibWeb: Implement Blob::bytes()
...
Implements https://w3c.github.io/FileAPI/#dom-blob-bytes .
2024-07-26 10:21:32 +02:00
Matthew Olsson
1a94241f58
IDL: Add missing #imports
2023-11-11 08:51:51 +01:00
Bastiaan van der Plaat
169d24ae2e
LibWeb: Add comments and missing items of various IDL files
2023-10-25 19:45:41 +02:00
Shannon Booth
d4a890080d
LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString
...
NewAKString is effectively the default for any new IDL interface, so
let's mark this as the default behavior. It also makes it much easier to
figure out whatever interfaces are still left to port over to new AK
String.
2023-09-02 19:23:41 +01:00
Shannon Booth
bd26d022ac
LibWeb: Implement FileAPI::Blob::stream()
2023-06-14 06:27:04 +02:00
Kenneth Myhra
9a5a8d617d
LibWeb: Port IDL implementations Blob and File to new String
2023-02-26 00:27:22 +01:00
Kenneth Myhra
df8c49f6bf
LibWeb: Introduce Blob
2022-07-17 00:23:19 +01:00