JetBrains / kotlin-wrappers

Kotlin wrappers for popular JavaScript libraries
Apache License 2.0
1.33k stars 165 forks source link

[web.gl] WebGLRenderingContextBase.getExtension(String) should return nullable #2178

Closed xian closed 7 months ago

xian commented 7 months ago

In web.gl.WebGLRenderingContextBase:

    fun getExtension(name: String): Any

should be

    fun getExtension(name: String): Any?
turansky commented 7 months ago

@Leonya Could you please release these changes?

turansky commented 7 months ago

Fix released in pre.663