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

chrome.app.runtime.bindings.Request.scala Maven / Gradle / Ivy

package chrome.app.runtime.bindings

import scala.scalajs.js

@js.native
trait Request extends js.Object {

  def embedderId: String = js.native

  def data: js.UndefOr[js.Any] = js.native

  def allow(url: String): Unit = js.native

  def deny(): Unit = js.native

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy