Егор Халимоненко

Results 23 issues of Егор Халимоненко

![Demo](http://habrastorage.org/files/66f/bd3/5c0/66fbd35c040e4285956a3d81f713faa5.png) When CSP is on Modernizr can accidently crash entire app (when Modernizr comes as part of app file).

Hi! I am working on fast and lightweight replacement of Sizzle. It is a polyfill for IE6+ and w3c browsers to bring part of CSS4 selector API as well as...

Can we fix that in IE < 9 ? I fix it (**outdated**)https://github.com/termi/es5-shim/blob/master/es5-shim.js#L198 But I am not sure, what my solution quite well. Can you check it out? P.S. In...

ES3 browsers
noncompliant ES5

При вот такая конструкция ``` xml ololo test ``` в событие 'message' попадает такой ключ: `ololo\n [object Object]` По хорошему, оно должно либо выдавать ошибку, либо нормально обрабатываться, а лучше...

bug
proposal

Нужен механизм постобработки того, что генерит fest. Пример сжатия инлайн-скриптов асинхронно: ``` xml "void function(){ var pm = this.__PM={}; pm.init=function(){ ##Reklama/ShowBanner(3846)## } }.call(window)" ``` ``` javascript const fest = require('fest')...

proposal

MDSN: [getAttribute method](http://msdn.microsoft.com/en-us/library/ms536429%28v=vs.85%29.aspx) [setAttribute method](http://msdn.microsoft.com/en-us/library/ms536739%28v=vs.85%29.aspx) [removeAttribute method](http://msdn.microsoft.com/en-us/library/ms536696%28v=vs.85%29.aspx) For resolve problems with properties and attributes in IE < 8, we can use second parameter in [get/remove]Attribute and third parameter in setAttribute....

https://bugzilla.mozilla.org/show_bug.cgi?id=428229 "node.addEventListener("event", function)" throw Error in FF 3.6 shim doesn't work

https://github.com/square/es6-module-transpiler

enhancement

``` javascript var obj = {}; var private = Symbol(); obj[private] = 123;// shoudn't throw error typeof private === 'symbol'; typeof private === 'string';//do not modify this line private +...

enhancement