Skip to main content

HTMLDwebFileSystemElement

BFChainWebComponentHTMLDwebFileSystemElementLess than 1 minute

An HTMLElement for accessing the file system;
Inherits from HTMLElementopen in new window;

<dweb-file-system></dweb-file-system> 

Properties

Methods

  • None

Events

  • No predefined events

Example

<body>
  <dweb-file-system></dweb-file-system>
  <script type="text/javascript">
    const dwebFileSystem = document.querySelector("dweb-file-system");
    dwebFileSystem.getUri({
      path: "/path",
      directory: "DOCUMENTS"
    })
  </script>
</body>

Cross-Platform Compatibility

Properties/Methods/EventsAndroidiOSDesktop-DevDesktop
pluginX
writeFileX
getUriX

Plaoc WebComponent

FileSystemPlugin

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