提交 7727e504 编写于 作者: C cn-coderl 提交者: Jake Champion

Compatible global equals to the false

上级 8f48ca68
var global =
(typeof globalThis !== 'undefined' && globalThis) ||
(typeof self !== 'undefined' && self) ||
(typeof global !== 'undefined' && global)
(typeof global !== 'undefined' && global) ||
{}
var support = {
searchParams: 'URLSearchParams' in global,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册