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

chrome.runtime.bindings.Error.scala Maven / Gradle / Ivy

package chrome.runtime.bindings

import scala.scalajs.js

@js.native
trait Error extends js.Object {

  def message: js.UndefOr[String] = js.native

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy