So I'm having trouble with the last section of the Reversi tutorial. Basically, there's this one section that will fadeout, then fadein the target token twice and they use the dojo framework to do it. However, this is being done inside the "notif_turnOverDiscs" function. I end up getting a "Uncaught (in promise) DOMException: play() failed because the user didn't interact with the document first." I feel like if this is the case, we shouldn't be calling .play() inside of a notification because it's not activating the function directly after a user interaction? I did some looking around online and it seems this has to do with Chrome's 2018 change to block autoplay on webpages?
Just want to know what I should be doing in this case because the sample Reversi code they give us does this still so I'm not sure if this is just outdated or if I should be adding a line somewhere.
Just want to know what I should be doing in this case because the sample Reversi code they give us does this still so I'm not sure if this is just outdated or if I should be adding a line somewhere.