com.olvind.mui.react.mod.HTMLAttributeReferrerPolicy.scala Maven / Gradle / Ivy
The newest version!
package com.olvind.mui.react.mod
import org.scalablytyped.runtime.StObject
import scala.scalajs.js
import scala.scalajs.js.annotation.{JSGlobalScope, JSGlobal, JSImport, JSName, JSBracketAccess}
object HTMLAttributeReferrerPolicy {
inline def _empty: "" = "".asInstanceOf[""]
inline def `no-referrer`: "no-referrer" = "no-referrer".asInstanceOf["no-referrer"]
inline def `no-referrer-when-downgrade`: "no-referrer-when-downgrade" = "no-referrer-when-downgrade".asInstanceOf["no-referrer-when-downgrade"]
inline def origin: "origin" = "origin".asInstanceOf["origin"]
inline def `origin-when-cross-origin`: "origin-when-cross-origin" = "origin-when-cross-origin".asInstanceOf["origin-when-cross-origin"]
inline def `same-origin`: "same-origin" = "same-origin".asInstanceOf["same-origin"]
inline def `strict-origin`: "strict-origin" = "strict-origin".asInstanceOf["strict-origin"]
inline def `strict-origin-when-cross-origin`: "strict-origin-when-cross-origin" = "strict-origin-when-cross-origin".asInstanceOf["strict-origin-when-cross-origin"]
inline def `unsafe-url`: "unsafe-url" = "unsafe-url".asInstanceOf["unsafe-url"]
}