org.scalajs.dom.raw

PerformanceResourceTiming

Related Doc: package raw

class PerformanceResourceTiming extends PerformanceEntry

Annotations
@RawJSType()
Linear Supertypes
PerformanceEntry, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PerformanceResourceTiming
  2. PerformanceEntry
  3. Object
  4. Any
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PerformanceResourceTiming()

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def connectEnd: Int

  7. def connectStart: Int

  8. def domainLookupEnd: Int

  9. def domainLookupStart: Int

  10. def duration: Int

    Definition Classes
    PerformanceEntry
  11. def entryType: String

    Definition Classes
    PerformanceEntry
  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  14. def fetchStart: Int

  15. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. def hasOwnProperty(v: String): Boolean

    Definition Classes
    Object
  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  19. def initiatorType: String

  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. def isPrototypeOf(v: Object): Boolean

    Definition Classes
    Object
  22. def name: String

    Definition Classes
    PerformanceEntry
  23. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  26. def propertyIsEnumerable(v: String): Boolean

    Definition Classes
    Object
  27. def redirectEnd: Int

  28. def redirectStart: Int

  29. def requestStart: Int

  30. var responseEnd: Int

  31. def responseStart: Int

  32. def startTime: Double

    Definition Classes
    PerformanceEntry
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  34. def toLocaleString(): String

    Definition Classes
    Object
  35. def toString(): String

    Definition Classes
    AnyRef → Any
  36. def valueOf(): Any

    Definition Classes
    Object
  37. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from PerformanceEntry

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped