98 Commits

Author SHA1 Message Date
syumai
640a515c7b change rowObj var name to rowArray 2024-04-27 15:34:02 +09:00
zztkm
33abcb5423 fix some minor points 2024-04-25 07:59:07 +09:00
zztkm
cef5b9b6a2 fix D1 driver implementation using stmt.raw({ columnNames: true }) 2024-04-24 23:52:54 +09:00
syumai
13b7485b1a add missing null checks to R2 conversion 2024-04-18 01:58:23 +09:00
syumai
eeb9a13d92 implement D1 driver's sql.Open 2024-04-17 01:51:31 +09:00
syumai
52a78e1789 remove runtimeObj from runtimecontext.New 2024-04-17 00:56:35 +09:00
syumai
627ed95530 remove dependencies on Context from cloudflare-related APIs 2024-04-17 00:52:30 +09:00
syumai
33e4ad8f50 remove context.Context from existing RuntimeContext related func params 2024-04-17 00:41:39 +09:00
syumai
94f29ebdf1 move fetch's stream logic to jshttp.ToStreamResponse 2024-02-01 09:33:52 +09:00
aki-0421
afebbac9d5
R: fix memory error 2024-01-25 08:56:34 +09:00
syumai
5604a29f06 add jsutil.RawJSWriter and use it in jshttp.ResponseWriter 2024-01-25 00:00:36 +09:00
aki-0421
eac1510668
R: merge pkg 2024-01-23 13:01:33 +09:00
aki-0421
86f9f1cf26
R: fix illegal invocation error 2024-01-23 12:53:32 +09:00
aki-0421
83be8bc604
R: refactor incoming with new runtimecontext 2024-01-22 22:07:24 +09:00
aki-0421
a067e8e0b8
R: refactor cron with new runtimecontext 2024-01-22 22:06:54 +09:00
aki-0421
2eb402014f
R: refactor context 2024-01-22 21:29:39 +09:00
aki-0421
4035675827
R: remove json tag 2024-01-18 21:46:50 +09:00
aki-0421
7f9e061a7e
F: complete implementation 2024-01-18 21:43:17 +09:00
aki-0421
b0d246c23b
T: fix test error 2024-01-17 17:55:58 +09:00
aki-0421
46459b445a
R: fix 2024-01-17 17:52:16 +09:00
aki-0421
bb2644d33f
F: add incoming property pkg 2024-01-17 17:36:37 +09:00
aki-0421
cdd8a26c53
F: add incoming property context 2024-01-17 17:21:34 +09:00
aki-0421
bac0abd44b
R: rename runtimecontext to cfcontext 2024-01-17 17:19:04 +09:00
Minori Tokuda
a8b9ac402e pass driver.NamedValue.Value as JS value instead of NamedValue itself 2024-01-10 23:50:54 +09:00
syumai
85ccbfb050 pass RuntimeContext on create Go instance 2024-01-04 23:43:28 +09:00
syumai
7585460853 remove unnecessary console log 2024-01-04 23:12:32 +09:00
syumai
1f1d7bc2f1 remove jsutil.Global() 2024-01-04 22:45:03 +09:00
syumai
400b51c6b8 add MustGetRuntimeContextValue and changed to use it 2024-01-03 23:32:24 +09:00
syumai
4789241e05 rename dialer.go to connect.go 2024-01-03 23:11:10 +09:00
syumai
cfee7c5d4e add TryCatch jsutil and use it in socket dialer 2024-01-03 23:10:46 +09:00
syumai
68b61bf3d5 fix socket Connect value conversion 2024-01-03 22:25:41 +09:00
syumai
ac293fb733 change newSocket func interface 2024-01-03 21:20:07 +09:00
syumai
fe098426b2 remove Socket.init method 2024-01-03 20:55:26 +09:00
syumai
19fa821d01 rename TCPSocket to Socket 2024-01-03 20:40:52 +09:00
syumai
c603bd4456 add SecureTransport definitions 2024-01-03 20:39:49 +09:00
syumai
653b0d17aa rename NewDialer and Dial to Connect 2024-01-03 20:36:31 +09:00
syumai
258911a292 rename socket package to sockets 2024-01-03 20:09:47 +09:00
syumai
744d9cc0f1 split socket.go and dialer.go 2024-01-03 18:40:45 +09:00
syumai
cd71071154 split socket package 2024-01-03 18:39:40 +09:00
syumai
0bcc7e1322 rename cn to cancel 2024-01-03 18:37:21 +09:00
syumai
f48666ba0f add type check of *TCPSocket 2024-01-03 18:36:46 +09:00
syumai
85a1d52210 remove duplicated ConvertReadableStreamToReader func 2024-01-03 13:30:03 +09:00
a
9aa7a8b859
cleaner 2023-06-26 04:04:30 -05:00
a
1afb95b9a3
big default 2023-06-26 03:55:27 -05:00
a
3d7f6acdd9
small refactor 2023-06-26 03:39:10 -05:00
a
432419f4bd
remove closure 2023-06-26 03:33:42 -05:00
a
b90020f138
remove unused variable 2023-06-26 03:31:23 -05:00
a
090dd88342
use the correct context 2023-06-26 03:31:07 -05:00
a
3c51eaad96
add socket 2023-06-26 03:27:55 -05:00
a
ad5c721056
expose funcion 2023-06-26 03:27:30 -05:00