Skip to content

Commit

Permalink
Update interfaces/web-nfc.idl (#18305)
Browse files Browse the repository at this point in the history
  • Loading branch information
autofoolip authored and lukebjerring committed Aug 7, 2019
1 parent 3ba499b commit 4e84add
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions interfaces/web-nfc.idl
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,7 @@ dictionary NDEFRecordInit {
NDEFRecordData data;
};

enum NDEFRecordType {
"empty",
"text",
"url",
"json",
"opaque"
};
typedef DOMString NDEFRecordType;

typedef (DOMString or ArrayBuffer or NDEFMessageInit) NDEFMessageSource;

Expand Down

0 comments on commit 4e84add

Please sign in to comment.