Skip to main content

HTMLDeviceElement

BFChainWebComponentHTMLDeviceElementLess than 1 minute

An HTMLElement for accessing the device plugin;
Inherits from HTMLElementopen in new window;

<dweb-device></dweb-device>

Properties

Methods

Events

  • None

Example

<body>
  <dweb-device></dweb-device>
  
  <script type="text/javascript">
    const dwebDevice = document.querySelector("dweb-device")
    const uuid = dwebDevice.getUUID();
  </script>  
</body>

Cross-Platform Compatibility

Properties/Methods/EventsAndroidiOSDesktop-DevDesktop
pluginX
getUUIDX

Plaoc WebComponent

DevicePlugin

Comments
  • Latest
  • Oldest
  • Hottest
Powered by Waline v2.15.7