You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prep for new Beta:
- [x] new yarn
- [x] new deps
- [x] new js-ipfs with HAMT+IPNS patches merged
- [x] new js-ipfs-http-client with multipart fixes
- [x] new standard
- [x] CI fix for MacOS
Copy file name to clipboardexpand all lines: add-on/src/contentScripts/ipfs-proxy/page.js
+2-2
Original file line number
Diff line number
Diff line change
@@ -32,8 +32,8 @@ function createWindowIpfs () {
32
32
constproxyClient=createProxyClient()
33
33
34
34
// Add deprecation warning to window.ipfs.<cmd>
35
-
for(letcmdinproxyClient){
36
-
letfn=proxyClient[cmd]
35
+
for(constcmdinproxyClient){
36
+
constfn=proxyClient[cmd]
37
37
proxyClient[cmd]=function(){
38
38
console.warn('Calling commands directly on window.ipfs is deprecated and will be removed on 2019-09-01. Use API instance returned by window.ipfs.enable() instead. More: https://github.com/ipfs-shipyard/ipfs-companion/blob/master/docs/window.ipfs.md')
console.warn('IPFS upload often fails because remote file can not be downloaded due to Tracking Protection. See details at: https://github.com/ipfs/ipfs-companion/issues/227')
0 commit comments