Arthur Stolyar

Results 235 comments of Arthur Stolyar

If `sw-toolbox` is using `addAll()` (and this seems it does: https://github.com/GoogleChrome/sw-toolbox/blob/4d172db13087d5727c6a3fe73a9341e6f2c4b5e4/lib/sw-toolbox.js#L65) then probably problem is in that method, if I got it right. Here is PR to fix that: https://github.com/coonsta/cache-polyfill/pull/19...

@gauntface sorry, I thought it's about `addAll()` (saw it somewhere in comments).

Just in case you may need it, here is a polyfill for `ignoreSearch` https://github.com/NekR/sw-cache-options

Hi. I may publish one soon. I'll let you know

HI @followdarko. Purpose of this repository isn't about teaching technical details of features implementation, but rather describing problems which may occur during such development; and solution for those problems. I...

Yeah, that's true 👍 I'll add it

@willdurand yeah, probably, a lot of improvements there. But hey, if it works fine for you as it's then it's fine too :-)

I highly doubt that it makes sense to have full backwards compatibility for JSX 2.0. If we are going to improve it -- we should improve. After all, no one...

Though, I'm not a fun of adopting features from Angular. Like some already here proposed are already possible with JSX + React.

@Alxandr why underscore (`_`) does not work for you? `` https://babeljs.io/repl/#?experimental=true&evaluate=true&loose=false&spec=false&code=%3Cdiv%20test_foo_bar%3D%22123%22%3E%3C%2Fdiv%3E