Remove `WebWindowHandle`?
madsmtm opened this issue · 2 comments
madsmtm commented
We now have WebCanvasWindowHandle
and WebOffscreenCanvasWindowHandle
, which are much safer, so we should probably work on removing WebWindowHandle
.
Probably with a deprecation period first.
daxpedda commented
I'm in favor of this as well.
I've implemented support for the other handles in some known crates with success so far:
notgull commented
I think we should wait to remove these handles until we have a stable (post-1.0) way to refer to web handles, whether it's wasm-bindgen
or the new wit-bindgen
thing that's coming out.