Source code

Revision control

Copy as Markdown

Other Tools

onmessage = ({ data }) => {
if (data.prop) {
debugger;
} else {
debugger;
}
}