未验证 提交 8107533b 编写于 作者: J Joe Haddad 提交者: GitHub

Bind `fetch` to `self` instead of `window` (#9368)

上级 8ee536df
var fetch = window.fetch.bind(window)
/* globals self */
var fetch = self.fetch.bind(self)
module.exports = fetch
module.exports.default = module.exports
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册