]> git.kaiwu.me - njs.git/commit
QuickJS: added TextDecoder and TextEncoder.
authorDmitry Volyntsev <xeioex@nginx.com>
Sat, 11 Jan 2025 07:20:36 +0000 (23:20 -0800)
committerDmitry Volyntsev <xeioexception@gmail.com>
Thu, 23 Jan 2025 00:05:47 +0000 (16:05 -0800)
commit447d66d41d41504db976e900d94e75a90d388265
treec0b45ce9cdc0caa7815d61fe0bf70a6b76dc624b
parent1a482317e65d52cdaa9f0e8bff0a8e624f359b9e
QuickJS: added TextDecoder and TextEncoder.
src/qjs.c
src/qjs.h
src/qjs_buffer.c
src/test/njs_unit_test.c
test/text_decoder.t.js [new file with mode: 0644]
test/text_encoder.t.js [new file with mode: 0644]