dashboard
repositories
filestore
activity
search
login
main
/
map3d
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
第三部分
jxdnsong
2020-10-23
9e88911797c0c4561244357ae3d5da4bbc9a32ad
[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({})}};