mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03:00
6d93692bc5
This is used in ByteLengthQueuingStrategy and CountQueuingStrategy in the Streams spec.
5 lines
130 B
Plaintext
5 lines
130 B
Plaintext
// https://webidl.spec.whatwg.org/#Function
|
|
|
|
// FIXME: This should be a builtin type.
|
|
callback Function = any (any... arguments);
|