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

jsMain.web.url.URL.kt Maven / Gradle / Ivy

package web.url

import web.media.source.MediaSource

fun URL.Companion.createObjectURL(
    obj: MediaSource,
): String =
    asDynamic().createObjectURL(obj)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy