1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 07:04:57 +00:00
serenity/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

4 lines
130 B
Text

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