Skip to content

Commit 57063f1

Browse files
committed
Bug 1575764 [wpt PR 18607] - Update interfaces/web-nfc.idl, a=testonly
Automatic update from web-platform-tests Update interfaces/web-nfc.idl (#18607) Source: https://github.com/tidoust/reffy-reports/blob/d705188/whatwg/idl/web-nfc.idl Build: https://travis-ci.org/tidoust/reffy-reports/builds/575189906 -- wpt-commits: c8c89cfcabc754e1affc4ff5d6b255ba7dfcfc74 wpt-pr: 18607 UltraBlame original commit: 24691e3bf5810ebcd9d1a556b43f27edc5d24679
1 parent 21bcd69 commit 57063f1

File tree

1 file changed

+12
-17
lines changed

1 file changed

+12
-17
lines changed

testing/web-platform/tests/interfaces/web-nfc.idl

Lines changed: 12 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,6 @@ NDEFMessageSource
183183
;
184184
[
185185
Constructor
186-
(
187-
)
188186
SecureContext
189187
Exposed
190188
=
@@ -213,14 +211,6 @@ options
213211
;
214212
[
215213
Constructor
216-
(
217-
optional
218-
NFCReaderOptions
219-
options
220-
=
221-
{
222-
}
223-
)
224214
SecureContext
225215
Exposed
226216
=
@@ -240,13 +230,14 @@ EventHandler
240230
onerror
241231
;
242232
void
243-
start
244-
(
245-
)
246-
;
247-
void
248-
stop
233+
scan
249234
(
235+
optional
236+
NFCScanOptions
237+
options
238+
=
239+
{
240+
}
250241
)
251242
;
252243
}
@@ -405,8 +396,12 @@ any
405396
}
406397
;
407398
dictionary
408-
NFCReaderOptions
399+
NFCScanOptions
409400
{
401+
AbortSignal
402+
?
403+
signal
404+
;
410405
USVString
411406
url
412407
=

0 commit comments

Comments
 (0)