We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ef6b51 commit b04b030Copy full SHA for b04b030
src/web_player.js
@@ -604,7 +604,8 @@ export class WebPlayer {
604
}
605
606
607
- insertSecurityParameters(options) {
+ // we define insertSecurityParameters in this way because we want to get the this context such as this.subscriberId
608
+ insertSecurityParameters = (options) => {
609
var queryParams = [];
610
if (!options.uri.includes("subscriberId") && this.subscriberId != null) {
611
queryParams.push("subscriberId=".concat(this.subscriberId));
0 commit comments