JYone3A

Results 4 comments of JYone3A

Another optimization could be done for `url()`s in CSS: * include a new `` block at the top of `` * store any inlined dataurl there as a CSS variable...

Besides catching 404s, seems like setting `textContent` on style nodes does work, this should allow the Browser to catch anything invalid? I will at some point try to setup everything...

Thanks. I just tried this. I still get the 'flush' events when I use `pause()`, so internally the polling still seems to run. Data events do not come in any...

I created a [pull request](https://github.com/logdna/tail-file-node/pull/49). I'm not sure about the method names (unwatch/rewatch). Also, maybe the `unwatch` method should call `await this._pollFileForChanges()` one last time at the end? (it should...