grunt-karma
grunt-karma copied to clipboard
headerSent deprecation showing.
When using karma with [email protected] (newer version), it's throwing the deprecation msg:
connect: res.headerSent: use standard res.headersSent
Confirmed.
Can you please check if this occurs with karma itself or only when used when used in combination with grunt-karma.
Only when used in combination with grunt-karma. karma start
does not report any warnings.
+1 for this issue, it seems like karma is using older version which contains deprecated usage of res.headerSent. (https://github.com/gruntjs/grunt-contrib-connect/issues/109)
I am also affected by this issue here :)
:+1:
+1
+1
since quite some people already have this issue, do you think we can update our dependency to use newer connect version? that should solve the annoying message.
+1
+1
+1
+1 same issue :(