跳至主要內容

HTMLDwebFileSystemElement

BFChainWebComponentHTMLDwebFileSystemElement小于 1 分钟

访问文件系统的 HTMLElement;
继承与 HTMLElementopen in new window;

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

属性

方法

事件

  • 无预定义事件;

示例

<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>

平台兼容性

属性/方法/事件AndroidIOSDesktop-DevDesktop
pluginX
writeFileX
getUriX

相关链接

Plaoc WebComponent

FileSystemPlugin

评论
  • 按正序
  • 按倒序
  • 按热度
Powered by Waline v2.15.7