Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit 4e84add

Browse files
autofooliplukebjerring
authored andcommitted
1 parent 3ba499b commit 4e84add

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

interfaces/web-nfc.idl

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,7 @@ dictionary NDEFRecordInit {
3333
NDEFRecordData data;
3434
};
3535

36-
enum NDEFRecordType {
37-
"empty",
38-
"text",
39-
"url",
40-
"json",
41-
"opaque"
42-
};
36+
typedef DOMString NDEFRecordType;
4337

4438
typedef (DOMString or ArrayBuffer or NDEFMessageInit) NDEFMessageSource;
4539

0 commit comments

Comments
 (0)