James Prevett
James Prevett
@wmhilton What is the status of this? > You could hardcode the server to only listen on a local loopback, but that still gives anything running locally the same access...
It should be possible to use `MountableFileSystem.mount`. If not, I can reopen the issue.
Please use https://github.com/browser-fs/core/issues/8
> - The manifest support should be improved. At the moment it is aimed towards a .babylon file. It should be enabled on the scene level or asset level, and...
@RaananW Perhaps BrowserFS would be a bit much? We could implement a similar system. Maybe something like this: ```ts type CacheData = string | ArrayBuffer; const enum CacheType { TEMPORARY,...
Any arbitrary data can be cached, which includes glb/gltf files. The question that I think matters is *are* they cached.
@rozenmd @KianNH Thank you both for taking my feedback in stride!
@vednigm, Thanks for submitting an issue. All of the issues in BrowserFS have been linked here. As for linking to here in the BrowserFS repository-- this is a fork. While...
I agree. I'm going to pull @emeryberger into this conversation. He is currently administering to BrowserFS since jvilk does not have the time. I defer to Dr. Berger on whether...
@vednig, I recently updated the BrowserFS readme to include the deprecation notice and a link to ZenFS, which resolves this issue.