gpt4 book ai didi

Angular 6 : what is the Reflect API in polyfills. TS?

转载 作者:太空狗 更新时间:2023-10-29 17:49:16 25 4
gpt4 key购买 nike

polyfills.ts 中,其中一行被注释掉的内容如下:

/** IE10 and IE11 requires the following for the Reflect API. */
// import 'core-js/es6/reflect';

什么是“Reflect API”?它需要哪些 IE 用例?在 IE 中运行 Angular 应用程序时,此导入语句通常很重要吗?令人惊讶的是,Google 和 StackOverflow 并没有为我提供很多/任何结果。

最佳答案

ES6 Reflect API 为您提供了一个 Reflect 对象,让您可以调用方法、构造对象、获取和设置原型(prototype)、操作和扩展属性。Reflect 是一个内置对象,它为可拦截的 JavaScript 操作提供方法。这些方法与代理处理程序的方法相同。更多详情请查看ReflectES6 Reflect API Tutorial

来自Browser compatibilitySection ,我们可以看到IE不支持Reflect,通过使用Polyfills,它让我们在IE浏览器中使用Reflect。

关于 Angular 6 : what is the Reflect API in polyfills. TS?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53091563/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com