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

main.web.performance.PerformanceEntry.kt Maven / Gradle / Ivy

package web.performance

import kotlinx.js.HighResTimeStamp

external interface PerformanceEntry {
    val duration: HighResTimeStamp
    val entryType: String
    val name: String
    val startTime: HighResTimeStamp
    fun toJSON(): Any
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy