RD2 website.

how it works

// create worker
new SharedWorkder("https://socialclub.rockstargames.com/Home/SocketWorker") //
// self.importScripts('https://s.rsg.sc/sc/js/20201212bfdb/build/socketWorker.js');

how to debug

  1. Type chrome://inspect/#workers in chrome location bar;

  2. You can find https://socialclub.rockstargames.com/Home/SocketWorker in the Shared workers

  3. Click inpect as you can debug like debug normal session;

conclusion

//https://www.right.com.cn/forum/thread-4052504-1-1.html
//https://www.jianshu.com/p/01262e314eab
//http://alisdk-api-doc.oss-cn-hangzhou.aliyuncs.com/player/5.1.6/android/index.html?com/aliyun/player/VidPlayerConfigGen.EncryptType.html

  1. hidden the network request detail;

  2. increase debugging difficulty;