From b7f76b71f4a1511cd9d954e6da3b0da4c9de40fb Mon Sep 17 00:00:00 2001 From: Zhidao HONG Date: Tue, 22 Apr 2025 10:56:27 +0800 Subject: Fetch: QuickJS support. --- nginx/ngx_stream_js_module.c | 1 + 1 file changed, 1 insertion(+) (limited to 'nginx/ngx_stream_js_module.c') diff --git a/nginx/ngx_stream_js_module.c b/nginx/ngx_stream_js_module.c index 5c837494..0e022eb0 100644 --- a/nginx/ngx_stream_js_module.c +++ b/nginx/ngx_stream_js_module.c @@ -834,6 +834,7 @@ static JSClassDef ngx_stream_qjs_variables_class = { qjs_module_t *njs_stream_qjs_addon_modules[] = { &ngx_qjs_ngx_module, &ngx_qjs_ngx_shared_dict_module, + &ngx_qjs_ngx_fetch_module, /* * Shared addons should be in the same order and the same positions * in all nginx modules. -- cgit v1.2.3