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
the http request to load headsq.vti always results in a 'download completed' dialog box, i tried with IE, chrome and firefox and the behaviour is the same. does this happen to you as well? just run the example in the development mode.
The text was updated successfully, but these errors were encountered:
xhr.responseType is set to 'arraybuffer', which is correct, the url to load is
1839938295fe4f0839c9df8d9fa67137.gz
in
public/headsq/data directory
, after xhr.send(), instead of returning a 200 response, it opens a diaglog and returns a 204 response.
the http request to load headsq.vti always results in a 'download completed' dialog box, i tried with IE, chrome and firefox and the behaviour is the same. does this happen to you as well? just run the example in the development mode.
The text was updated successfully, but these errors were encountered: