Skip to content

Commit

Permalink
🐛 Fix perfs() concurrency issues
Browse files Browse the repository at this point in the history
  • Loading branch information
elbywan committed Oct 6, 2017
1 parent cce504c commit 79f86ce
Show file tree
Hide file tree
Showing 11 changed files with 65 additions and 39 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -635,6 +635,7 @@ wretch().polyfills({
})
},
/* ... */
performance: performance,
PerformanceObserver: PerformanceObserver
})
```
Expand Down
2 changes: 1 addition & 1 deletion dist/bundle/wretch.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/bundle/wretch.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/config.d.ts
Expand Up @@ -5,6 +5,7 @@ declare const _default: {
fetch: any;
FormData: any;
URLSearchParams: any;
performance: any;
PerformanceObserver: any;
};
};
Expand Down
1 change: 1 addition & 0 deletions dist/config.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/config.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 21 additions & 15 deletions dist/resolver.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 79f86ce

Please sign in to comment.