mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-22 09:18:55 +00:00
LibWeb: Add IDL definition for 'Function'
This is used in ByteLengthQueuingStrategy and CountQueuingStrategy in the Streams spec.
This commit is contained in:
parent
4f217947b3
commit
6d93692bc5
Notes:
sideshowbarker
2024-07-17 02:57:43 +09:00
Author: https://github.com/shannonbooth
Commit: 6d93692bc5
Pull-request: https://github.com/SerenityOS/serenity/pull/19555
Reviewed-by: https://github.com/kennethmyhra ✅
Reviewed-by: https://github.com/mattco98 ✅
1 changed files with 4 additions and 0 deletions
4
Userland/Libraries/LibWeb/WebIDL/Function.idl
Normal file
4
Userland/Libraries/LibWeb/WebIDL/Function.idl
Normal file
|
@ -0,0 +1,4 @@
|
|||
// https://webidl.spec.whatwg.org/#Function
|
||||
|
||||
// FIXME: This should be a builtin type.
|
||||
callback Function = any (any... arguments);
|
Loading…
Add table
Add a link
Reference in a new issue