dojo / core

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

Fixes issue using request in a web worker #351

Closed rorticus closed 7 years ago

rorticus commented 7 years ago

Type: feature

The following has been addressed in the PR:

Description:

Test (and fixes) for using xhr request provider in a web worker.

This is dependent on https://github.com/dojo/shim/pull/108

Resolves #320