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 36649f5 commit 9db3582Copy full SHA for 9db3582
injected/src/features/duckplayer-native/messages.js
@@ -107,6 +107,7 @@ export class DuckPlayerNativeMessages {
107
* Notifies browser that scripts are ready to be acalled
108
*/
109
notifyScriptIsReady() {
110
+ console.log('FIRING ON DUCK PLAYER SCRIPTS READY')
111
this.messaging.notify(constants.MSG_NAME_SCRIPTS_READY, {});
112
}
113
0 commit comments