v1.1.0-fix_JS_version #2
12
AI_prompt.md
12
AI_prompt.md
@@ -267,10 +267,14 @@ What is the main interface of this package?
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
read the following files:
|
||||
- ./src/msghandler.jl
|
||||
- ./test/test_julia_mix_payloads_sender.jl
|
||||
- ./src/msghandler-csr.js
|
||||
- ./README.md
|
||||
I want to add:
|
||||
1) sending jsontable and arrowtable Julia example to README.md
|
||||
2) sending image and jsontable Javascript(browser) example to README.md
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* any combination and any number of mixed content can be received correctly.
|
||||
*/
|
||||
|
||||
const msghandler = require('../src/msghandler.js');
|
||||
const msghandler = require('../src/msghandler-csr.js');
|
||||
const nats = require('nats');
|
||||
const crypto = require('crypto');
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* any combination and any number of mixed content can be sent correctly.
|
||||
*/
|
||||
|
||||
const msghandler = require('../src/msghandler.js');
|
||||
const msghandler = require('../src/msghandler-csr.js');
|
||||
const crypto = require('crypto');
|
||||
const fs = require('fs');
|
||||
const path = require('path');
|
||||
|
||||
Reference in New Issue
Block a user