Add webidl variadic (...
) support to web-sys
#503
Labels
frontend:webidl
Issues related to the WebIDL frontend to wasm-bindgen
help wanted
We could use some help fixing this issue!
Uh oh!
There was an error while loading. Please reload this page.
Like
optional
this requires deciding how to represent this in rust. It could be a slice (so...any
becomes&[JsValue]
, etc.), or a varargs function. Since varargs isn't implemented yet (tracking issue), probably best to go with a slice.Example of a variadic function in WebIDL (Console API):
The text was updated successfully, but these errors were encountered: