We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a96ad45 commit c68f8b1Copy full SHA for c68f8b1
kotlinx-coroutines-core/wasmJs/src/Promise.kt
@@ -43,7 +43,6 @@ public fun <T> CoroutineScope.promise(
43
/**
44
* Converts this deferred value to the instance of [Promise<JsAny?>].
45
*/
46
-@Suppress("UNCHECKED_CAST_TO_EXTERNAL_INTERFACE")
47
public fun <T> Deferred<T>.asPromise(): Promise<JsAny?> {
48
val promise = Promise<JsAny?> { resolve, reject ->
49
invokeOnCompletion {
0 commit comments