We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e034e26 commit 3524a12Copy full SHA for 3524a12
dom/src/main/scala/org/scalajs/dom/NDEFRecord.scala
@@ -27,7 +27,6 @@ class NDEFRecord extends js.Object {
27
28
/** Returns a DataView containing the raw bytes of the record's payload. */
29
var data: js.typedarray.DataView = js.native
30
- // var data: DataView = js.native
31
32
/** Returns the encoding of a textual payload, or null otherwise. */
33
var encoding: js.UndefOr[String] = js.native
0 commit comments