tree: 14d1a31004ff75eb1e38aa1bb3ed488d514b2743 [path history] [tgz]
  1. BUILD.gn
  2. DEPS
  3. DIR_METADATA
  4. idls.gni
  5. ndef_message.cc
  6. ndef_message.h
  7. ndef_message.idl
  8. ndef_message_init.idl
  9. ndef_reader.cc
  10. ndef_reader.h
  11. ndef_reader.idl
  12. ndef_reading_event.cc
  13. ndef_reading_event.h
  14. ndef_reading_event.idl
  15. ndef_reading_event_init.idl
  16. ndef_record.cc
  17. ndef_record.h
  18. ndef_record.idl
  19. ndef_record_init.idl
  20. ndef_scan_options.idl
  21. ndef_write_options.idl
  22. nfc_proxy.cc
  23. nfc_proxy.h
  24. nfc_proxy_test.cc
  25. nfc_type_converters.cc
  26. nfc_type_converters.h
  27. OWNERS
  28. README.md
chromium/src/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.