gl-matrix-wasm icon indicating copy to clipboard operation
gl-matrix-wasm copied to clipboard

可以加入 nodejs 版本

Open yiminghe opened this issue 5 years ago • 0 comments

const {TextDecoder}=require('util');
 if (module instanceof URL || typeof module === 'string' || module instanceof Request) {}

=>

 if (!module.buffer) {} 

yiminghe avatar Jul 31 '19 08:07 yiminghe