This is an automated email from the ASF dual-hosted git repository.
Jens-G pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
from 8e139a2a1 THRIFT-6330: Add a GitHub Actions CI job for the JavaScript
library Client: build,js
add aeae8b2c5 Use the correct buffer in `read()` methods
add 3af0cfff1 THRIFT-6331: Read binary replies in XHRConnection.read()
Client: nodejs
No new revisions were added by this update.
Summary of changes:
lib/js/src/thrift.js | 4 +-
lib/js/test/test-nojq.js | 17 ++++++++
lib/nodejs/lib/thrift/ws_transport.js | 2 +-
lib/nodejs/lib/thrift/xhr_connection.js | 31 ++++++++++-----
lib/nodejs/test/connection_transport.test.js | 58 ++++++++++++++++++++++++++++
lib/nodejs/test/testAll.sh | 1 +
6 files changed, 100 insertions(+), 13 deletions(-)
create mode 100644 lib/nodejs/test/connection_transport.test.js