mirror of
https://github.com/servo/servo.git
synced 2025-10-09 21:10:19 +01:00
4 lines
120 B
JavaScript
4 lines
120 B
JavaScript
// META: global=sharedworker
|
|
const t = async_test("onconnect is called");
|
|
onconnect = t.step_func_done((event) => {
|
|
});
|