dashboard
repositories
filestore
activity
search
login
main
/
map3d
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'master' of http://192.168.0.105:10010/r/map3d into master
jxdnsong
2020-11-02
ad1ba4c7c03dd472a8d60787fd481c9f8631bc73
[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({})}};