hsalkaline
hsalkaline
URI.js punicode support works incorrectly. For example: URI('http://www.Äffchen.com/').normalizeHostname().hostname() == "www.xn--ffchen-vna.com" The correct conversion (as in browser) is following: var a = document.createElement('a'); a.href = 'http://www.Äffchen.com/'; a.hostname == "www.xn--ffchen-9ta.com"
Хочется, чтобы какой-то такой вызов ``` javascript BEM.MODEL.get({ name: 'model', id: [1, 2, 3] }) ``` возвращал массив из 3 инстансов модели.
bem-controls->bem-components, бандл бенчмарков, i-model-benchmark, i-glue-benchmark