Skip to content

Commit

Permalink
chore: postpone removal of window.ipfs v1 to 2019-09
Browse files Browse the repository at this point in the history
We will revisit #589 in Q3,
for now we just move deprecation date to 2019-09-01
  • Loading branch information
lidel committed Jun 12, 2019
1 parent d4a0672 commit 599e069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion add-on/src/contentScripts/ipfs-proxy/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function createWindowIpfs () {
for (let cmd in proxyClient) {
let fn = proxyClient[cmd]
proxyClient[cmd] = function () {
console.warn('Calling commands directly on window.ipfs is deprecated and will be removed on 2019-04-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('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')
return fn.apply(this, arguments)
}
}
Expand Down

0 comments on commit 599e069

Please sign in to comment.