##// END OF EJS Templates
core: don't check channelstream connections for faster handling of this route.
core: don't check channelstream connections for faster handling of this route.

File last commit:

r3172:d37fc984 default
r4700:ba59a558 stable
Show More
.babelrc
10 lines | 158 B | text/plain | TextLexer
{
"presets": [
["env", {
"targets": {
"browsers": ["last 2 versions"]
}
}]
],
"plugins": ["transform-object-rest-spread"]
}