flutter_js icon indicating copy to clipboard operation
flutter_js copied to clipboard

URL for "fetch remote data" has a 404

Open rainerlonau opened this issue 4 years ago • 0 comments

In the sample code the URL is not available:

var asyncResult = await javascriptRuntime.evaluateAsync("""
                fetch('https://raw.githubusercontent.com/abner/flutter_js/master/cxx/quickjs/VERSION').then(response => response.text());
              """);

There´s still a response text -> "404: Not Found". But I think that´s not the original outcome of this example?

rainerlonau avatar Nov 30 '21 11:11 rainerlonau