We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eac65e commit 559fd86Copy full SHA for 559fd86
src/index.js
@@ -29,6 +29,7 @@ export default {
29
const hubConnectionFunc = signalRHubConnectionFunc(serverUrl, options);
30
const originalStart = hubConnectionFunc.start;
31
hubConnectionFunc.start = (...args) => {
32
+ window.document = window.document || { readyState: 'complete' };
33
window.document.createElement = () => {
34
return {
35
protocol,
0 commit comments