ladybird/Userland/Libraries/LibWeb/WebIDL/Function.idl
Shannon Booth 6d93692bc5 LibWeb: Add IDL definition for 'Function'
This is used in ByteLengthQueuingStrategy and CountQueuingStrategy
in the Streams spec.
2023-06-23 13:27:29 +02:00

5 lines
130 B
Plaintext

// https://webidl.spec.whatwg.org/#Function
// FIXME: This should be a builtin type.
callback Function = any (any... arguments);