Js

final case class Js(asString: String) extends AnyVal
Companion
object
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def scriptOnLoad(url: String, async: Boolean, defer: Boolean, integrity: String, crossorigin: String): Html

Create a script tag with this JS as the onload attribute.

Create a script tag with this JS as the onload attribute.

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product