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

io.scalajs.dom.html.HTMLHeadElement.scala Maven / Gradle / Ivy

There is a newer version: 0.4.2
Show newest version
package io.scalajs.dom.html

import scala.scalajs.js

/**
  * The HTMLHeadElement interface contains the descriptive information, or metadata, for a document.
  * This object inherits all of the properties and methods described in the HTMLElement interface.
  * @author [email protected]
  */
@js.native
trait HTMLHeadElement extends HTMLElement {

  /**
    * Is a DOMString representing the URIs of one or more metadata profiles (white space separated).
    */
  def profile: String = js.native

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy