J-Rojas

Results 17 issues of J-Rojas

It would be useful to support a bidirectional promise between parent and worker and also worker and parent. For example, the worker may need to execute and wait for an...

enhancement

Some asynchronous tests require multiple tests to be executed in a particular order to be easier to read, maintain, and understand. I've noticed that Quick appears to execute tests within...

When using XHR requests, only certain default headers are approved for access. The 'Access-Control-Expose-Headers' cors header allows the XHR requests to read additional headers outside of this default list. It...

Fix #545. Supply 'corser' with a similar set of responseHeaders from the 'cors' options.

patch version
enhancement

Fixes issue #958 legendFormatter option now allows a string or a DocumentFragment to be returned. A test for the DocumentFragment case has been added.

It would be useful to allow the legendFormatter function to return DOM elements or an HTML string. This would allow a user to supply elements that have more complex formatting...