From 7acf7ad6948e3e952173a2551ea4a92a8ff56c35 Mon Sep 17 00:00:00 2001 From: suerprisePlus <15810472099@163.com> Date: 星期四, 06 六月 2024 19:36:48 +0800 Subject: [PATCH] 1 --- public/CimSDK/Workers/transferTypedArrayTest.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/public/CimSDK/Workers/transferTypedArrayTest.js b/public/CimSDK/Workers/transferTypedArrayTest.js index 82e9e27..a5e15c4 100644 --- a/public/CimSDK/Workers/transferTypedArrayTest.js +++ b/public/CimSDK/Workers/transferTypedArrayTest.js @@ -1,6 +1,6 @@ /** * SmartEarth WebSDK - https://websdk.terra-it.cn - * Version 3.2.5 + * 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({})}}; -- Gitblit v1.9.3