Daniel Vasquez

Results 3 comments of Daniel Vasquez

Reproducible in script: ```node const draco3d = require("draco3d"); let decoderModulePromise = Promise.resolve(draco3d.createDecoderModule({})); console.log({decoderModulePromise}) ``` ```error ~ node /Users/danvas/.nvm/versions/node/v18.1.0/lib/node_modules/gltf-pipeline/lib/debugg.js { decoderModulePromise: Promise { } } (node:81439) ExperimentalWarning: The Fetch API is...

> Seems to only happen in Node 18. Node 16 works fine. I tested draco 1.5.2 for both. > > Assuming this problem isn't caused by gltf-pipeline in some way,...

Has anyone found a proper fix for this issue? I'm a similar issue: ``` 1) Application launch can open and close a bundle submission through the server: chrome not reachable:...