Closed agubler closed 7 years ago
This should use an absolute URI, see https://github.com/dojo/dojo/pull/260
@msssk I did see that fix afterwards as @Dylans posted in dojo2, this is to make it work in web workers?
@msssk please can you open a new issue to update this for web workers?
@agubler Done: #320
Bug
The URI of
/
is not valid for the blob sniff inhas.ts
, which causes a failure running tests for projects built with webpack.This should be updated to
/foo
(or another valid URI)