You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes using the local file system in special browser mode (playcanvas#2597)
Solves the issue where the browser returns status code 0 on XHR requests file requests when the browser is using '--allow-file-access-from-file' flag.
See https://cmatskas.com/interacting-with-local-data-files-using-chrome/
This is needed in special cases such as using CefSharp which embeds a Chromium browser into a C# app under special settings
Co-authored-by: Steven Yau <syau@snaphcat.com>
0 commit comments