-
Notifications
You must be signed in to change notification settings - Fork 160
Open
Labels
Milestone
Description
It seems that the native interface is actually called WritableStream, however Scala trait name has an extra e
character in it.
I'm not familiar with this API, the trait is not JSGlobal, and I don't actually see how one could get instances of this trait in scala-js-dom, but nevertheless it should probably match the native name?
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
armanbilge commentedon Dec 29, 2022
Thanks, this indeed seems like a mistake :( there are actually many issues with those facades, see #629.
I don't think we can fix this binary-compatibly. Maybe we can add a type alias with the correct name.