mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:27:45 +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
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