MervynZhang
Results
2
comments of
MervynZhang
您好,您的来信我已经收到,请等待回复!
And It's work in C: ```c #include #include #include #include "./quickjs/quickjs.h" char WorkerListenerName[] = "__WORKED_LISTENERS__"; static JSValue js_add_event_listener(JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv) { if (argc != 2)...