dashboard
repositories
filestore
activity
search
login
main
/
map3d
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
忽略libs文件修改
shuishen
2020-11-09
d9d458f359a73248207aa5f48601bfce318d9de5
[map3d.git]
/
libs
/
Cesium
/
resources
/
Workers
/
transferTypedArrayTest.js
1
"undefined"==typeof self&&(self={}),self.onmessage=function(e){"use strict";var s=e.data.array,a=self.webkitPostMessage||self.postMessage;try{a({array:s},[s.buffer])}catch(e){a({})}};