跳至主要內容

HTMLDwebNetworkElement

BFChainWebComponentHTMLDwebNetworkElement小于 1 分钟

访问网络相关功能的 WebComponent;
继承与 HTMLElementopen in new window;

<dweb-network></dweb-network>

属性

方法

事件

无预定义事件;

示例

<body>
  <dweb-network></dweb-network>
  <script type="text/javascript">
    const dwebNetwork = document.querySelector("dweb-network");
    dwebNetwork.onLine()
  </script>
</body>

平台兼容性

属性/方法/事件AndroidIOSDesktop-DevDesktop
pluginX
getStatusX
onLineX

相关链接

Plaoc WebComponent

NetworkPlugin

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