как я могу добавить "polyfill.min.js? Features = Intl. ~ Locale.fr" в xp: headTag?
Я пробовал этот код, но я получаю эту ошибку Failed to load resource: the server responded with a status of 400 (Bad Request)
.
Это код, который я использовал:
<xp:headTag tagName="script">
<xp:this.attributes>
<xp:parameter name="type" value="text/javascript" />
<xp:parameter name="src" value="Dx/polyfill.min.js?features=Intl.~locale.fr" />
</xp:this.attributes>
</xp:headTag>