Open
Description
- Dart SDK Version 2.1.0-dev.8.0
- MacOS Mojave
- Chrome 70
final fetch = WorkerGlobalScope.instance.fetch;
final response = await fetch('https://api.github.com/users/mnordine');
final json = await response.text();
print(json);
This throws a runtime error when doing webdev build
, but it doesn't with webdev build --no-release