We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f523b9 commit 3ee98ceCopy full SHA for 3ee98ce
cast.html
@@ -52,7 +52,9 @@
52
shaka.Player.prototype.getNetworkingEngine = function() {
53
var networkingEngine = gNEOriginal.apply(this, arguments);
54
networkingEngine.registerResponseFilter(function(type, response) {
55
- console.re.log('getNetworkingEngine.response : %s', response);
+ if (type == shaka.net.NetworkingEngine.RequestType.LICENSE) {
56
+ console.re.log('networkingEngine : %s', response);
57
+ }
58
});
59
return networkingEngine;
60
};
0 commit comments