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
Hi, firstly thank your amazing working for flutter.
I have one question about fetch function.
When I fetch the html/js file, the flutter_js meets crash problem.
I have checked codes, It seems only support json file(The xhr.dart force to encode the response Text).
Could we support the fetch function to download normal file?
Hi, firstly thank your amazing working for flutter.
I have one question about fetch function.
When I fetch the html/js file, the flutter_js meets crash problem.
I have checked codes, It seems only support json file(The xhr.dart force to encode the response Text).
Could we support the fetch function to download normal file?
E/flutter (32568): var killErrors=function(value){return true};window.onerror=null;window.oner...
E/flutter (32568): ^
E/flutter (32568):
E/flutter (32568): #0 _ChunkedJsonParser.fail (dart:convert-patch/convert_patch.dart:1404:5)
E/flutter (32568): #1 _ChunkedJsonParser.parseNumber (dart:convert-patch/convert_patch.dart:1271:9)
E/flutter (32568): #2 _ChunkedJsonParser.parse (dart:convert-patch/convert_patch.dart:936:22)
E/flutter (32568): #3 _parseJson (dart:convert-patch/convert_patch.dart:40:10)
E/flutter (32568): #4 JsonDecoder.convert (dart:convert/json.dart:506:36)
E/flutter (32568): #5 JsonCodec.decode (dart:convert/json.dart:157:41)
E/flutter (32568): #6 JavascriptRuntimeXhrExtension.enableXhr..
package:flutter_js/extensions/xhr.dart:350
E/flutter (32568):
The text was updated successfully, but these errors were encountered: