Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Commit 49283ac

Browse files
author
exoego
committed
Mark deprecation
1 parent 341732e commit 49283ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/current/src/main/scala/io/scalajs/nodejs/crypto/Certificate.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import scala.scalajs.js
66
import scala.scalajs.js.annotation.JSImport
77
import scala.scalajs.js.|
88

9+
@deprecated("Legacy API, not recommended to create new instance. Use Certificate object.", "v0.10.0")
910
@js.native
1011
@JSImport("crypto", "Certificate")
1112
class Certificate extends js.Object {

0 commit comments

Comments
 (0)