仪表盘
版本库
文件存储
活动
搜索
登录
main
/
newAgent
大模型2.0版本
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
最新代码提交
yxl
2025-02-07
cea709ad1c7bd45aa45972174bd528b15bf4ae6b
[newAgent.git]
/
public
/
CimSDK
/
Workers
/
transferTypedArrayTest.js
1
2
3
4
5
6
/**
* SmartEarth WebSDK - https://websdk.terra-it.cn
* Version 5.2
*/
typeof self>"u"&&(self={}),self.onmessage=function(a){const e=a.data.array,s=self.webkitPostMessage||self.postMessage;try{s({array:e},[e.buffer])}catch{s({})}};