Update interfaces/web-nfc.idl (#23316)

Source: https://github.com/tidoust/reffy-reports/blob/3e7053c/ed/idl/web-nfc.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/680985452
diff --git a/interfaces/web-nfc.idl b/interfaces/web-nfc.idl
index f2e31b7..155bf26 100644
--- a/interfaces/web-nfc.idl
+++ b/interfaces/web-nfc.idl
@@ -80,8 +80,5 @@
 };
 
 dictionary NDEFScanOptions {
-  USVString id;
-  USVString recordType;
-  USVString mediaType;
   AbortSignal? signal;
 };