We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 897fc39 commit 25da49eCopy full SHA for 25da49e
project/build.sbt
@@ -1,5 +1,5 @@
1
val scalaJSVersion =
2
- Option(System.getenv("SCALAJS_VERSION")).filter(_ != "").getOrElse("1.0.0")
+ Option(System.getenv("SCALAJS_VERSION")).filter(_ != "").getOrElse("1.5.0")
3
4
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
5
src/main/scala/org/scalajs/dom/crypto/Crypto.scala
@@ -930,10 +930,8 @@ object KeyFormat {
930
trait RSAPublicKey extends js.Object {
931
932
/* modulus, as a base64 URL encoded String */
933
- @js.native
934
def n: String = js.native
935
936
/* exponent, as a base64 URL encoded String */
937
938
def e: String = js.native
939
}
0 commit comments