Open sirdarckcat opened 3 years ago
v1 allowed you to monitor postMessage.
v2 can do better than that, and allow you to modify the messages before they are delivered. DOMDebugger and Debugger allow to do it.
one caveat here is that Workers and MessageChannel ports probably wouldn't work
v1 allowed you to monitor postMessage.
v2 can do better than that, and allow you to modify the messages before they are delivered. DOMDebugger and Debugger allow to do it.