• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

ipfs-inactive/window.ipfs-fallback: [DEPRECATED] Use ipfs-provider instead:

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

ipfs-inactive/window.ipfs-fallback

开源软件地址:

https://github.com/ipfs-inactive/window.ipfs-fallback

开源编程语言:

JavaScript 100.0%

开源软件介绍:

Deprecated

This library has been deprecated and replaced with more flexible ipfs-provider.

This library will not be maintained.


window.ipfs-fallback

Build Status dependencies Status JavaScript Style Guide

Get window.ipfs with fallback to CDN if unavailable

The IPFS Companion web extension provides a window.ipfs object to web pages you visit.

This module will detects the presence of window.ipfs and automatically falls back to downloading the latest version of IPFS from https://unpkg.com/ipfs/dist/index.min.js if it's unavailable. Note: can be configured to fallback to IPFS API.

Usage

import getIpfs from 'window.ipfs-fallback'

const ipfs = await getIpfs()

console.log(await ipfs.id())

API

getIpfs([options])

If window.ipfs is available, the promise is resolved with that node and default or customized capabilities.

  • options.permissions - (Object) Options to pass to override default behavior of window.ipfs

If window.ipfs is unavailable, a <script src="https://unpkg.com/ipfs/dist/index.min.js" /> is inserted into the document and when the script has loaded a new IPFS node is created and the promise is resolved.

  • options.cdn - (String) URL of a CDN to load IPFS from. Use this option if you want to use a different CDN, or request a specific version, or a non-minifed version
  • options.ipfs - (Object) Options to pass to the fallback IPFS constructor
  • options.api - (Boolean) Fallback to IPFS API (https://unpkg.com/ipfs-api/dist/index.min.js by default)

Contribute

Feel free to dive in! Open an issue or submit PRs.

License

MIT © Alan Shaw




鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
paulogr/dstatuspage: Decentralized Status Page发布时间:2022-06-22
下一篇:
sponnet/ipfs-upload: Polymer IPFS upload element发布时间:2022-06-22
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap