dojo / core

:rocket: Dojo 2 - language helpers and utilities.
http://dojo.io
Other
213 stars 58 forks source link

Invalid URL for blob has sniff #318

Closed agubler closed 7 years ago

agubler commented 7 years ago

Bug

The URI of / is not valid for the blob sniff in has.ts, which causes a failure running tests for projects built with webpack.

This should be updated to /foo (or another valid URI)

msssk commented 7 years ago

This should use an absolute URI, see https://github.com/dojo/dojo/pull/260

agubler commented 7 years ago

@msssk I did see that fix afterwards as @Dylans posted in dojo2, this is to make it work in web workers?

agubler commented 7 years ago

@msssk please can you open a new issue to update this for web workers?

msssk commented 7 years ago

@agubler Done: #320