tree: 6af5352140c7163df257172b129f8d7e0d9cdc1f [path history] [tgz]
  1. BUILD.gn
  2. COMMON_METADATA
  3. DEPS
  4. DIR_METADATA
  5. ndef_make_read_only_options.idl
  6. ndef_message.cc
  7. ndef_message.h
  8. ndef_message.idl
  9. ndef_message_init.idl
  10. ndef_reader.cc
  11. ndef_reader.h
  12. ndef_reader.idl
  13. ndef_reading_event.cc
  14. ndef_reading_event.h
  15. ndef_reading_event.idl
  16. ndef_reading_event_init.idl
  17. ndef_record.cc
  18. ndef_record.h
  19. ndef_record.idl
  20. ndef_record_init.idl
  21. ndef_scan_options.idl
  22. ndef_write_options.idl
  23. nfc_proxy.cc
  24. nfc_proxy.h
  25. nfc_proxy_test.cc
  26. nfc_type_converters.cc
  27. nfc_type_converters.h
  28. OWNERS
  29. README.md
third_party/blink/renderer/modules/nfc/README.md

Web NFC Blink Module

renderer/modules/nfc implements the renderer process details and bindings for the Web NFC specification. It communicates with the browser process through the Web NFC Mojo interface. The platform-specific parts of the implementation are located in services/device/nfc.

Testing

Web NFC is primarily tested in Web Platform Tests.

Design Documents

Please refer to the design documentation for more details.