gpt4 book ai didi

javascript - IE11 的 URL Polyfill

转载 作者:行者123 更新时间:2023-12-02 22:25:50 29 4
gpt4 key购买 nike

我正在使用新 URL 在我的 Angular 应用程序中创建一个 URL,如下所示。这适用于除 IE11 之外的所有浏览器。

所以我尝试将“url-polyfill”添加到我的“package.json”中,并在 polyfills.ts 文件中使用 import 'url-polyfill' 。

但我仍然收到 IE11 中此行的对象不支持操作错误。谁能对我在这里做错了什么提供一些想法。

 url = new URL(url).pathname.toLowerCase()

最佳答案

Angular 包含对 core-js@3 的导入(您不需要安装任何东西),因此请尝试使用这些填充:

import 'core-js/features/url';
import 'core-js/features/url-search-params';

关于javascript - IE11 的 URL Polyfill,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59071573/

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