mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 08:56:07 +00:00
add client, seek, and size
This commit is contained in:
@@ -18,6 +18,10 @@ func typeof(val any) string {
|
||||
return "function"
|
||||
case builtinFunc:
|
||||
return "function"
|
||||
case byte:
|
||||
return "byte"
|
||||
case []byte:
|
||||
return "buffer"
|
||||
case ArObject:
|
||||
if val, ok := x.obj["__name__"]; ok {
|
||||
val := ArValidToAny(val)
|
||||
|
||||
Reference in New Issue
Block a user