All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.web.streams.UnderlyingSource.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package web.streams

import kotlinx.js.Void

sealed external interface UnderlyingSource {
    var cancel: UnderlyingSourceCancelCallback?
    var pull: UnderlyingSourcePullCallback?
    var start: UnderlyingSourceStartCallback?
    var type: Void
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy