mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-18 02:13:08 +09:00
6 lines
132 B
JavaScript
6 lines
132 B
JavaScript
onmessage = function(evt) {
|
|
console.time('bug1004814');
|
|
setTimeout(function() {
|
|
console.timeEnd('bug1004814');
|
|
}, 200);
|
|
}
|