We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0944e94 commit c0cefcaCopy full SHA for c0cefca
injected/src/features/duckplayer-native/messages.js
@@ -100,6 +100,7 @@ export class DuckPlayerNativeMessages {
100
* Notifies browser that the feature
101
*/
102
notifyFeatureIsReady() {
103
+ console.log('FIRING ONDUCKPLAYERREADY');
104
this.messaging.notify(constants.MSG_NAME_FEATURE_READY, {});
105
}
106
0 commit comments