-
-
Notifications
You must be signed in to change notification settings - Fork 630
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add clear timeout polyfill #451
Add clear timeout polyfill #451
Conversation
Removed the additional version info at the end.
@justin808 I didn't see any current tests to add this to. We're currently running 5.2. I have to see about upgrading to 6.x |
@martyphee Anyway I can start using this code for my app? I haven't found any other work around. Would you know how to write to the beginning of the webpack bundled file through settings in webpack config? |
I have a work around for anyone interested.
Edit shrinkwrap.json. Update process like this.
|
@justin808 I have a PR out there to polyFill and I have a PR for our codebase to bump it to 6.x of |
I'm reviewing. Tests would be a bonus.
|
Review status: 0 of 1 files reviewed at latest revision, 1 unresolved discussion. lib/react_on_rails/server_rendering_pool/exec.rb, line 137 [r1] (raw file):
should be 'clearTimeout' Comments from Reviewable |
One comment.
|
Reviewed 1 of 1 files at r1. Comments from Reviewable |
Just pushed update. Sorry about that. On Sat, Jun 11, 2016 at 4:11 PM, Justin Gordon notifications@github.com
|
@martyphee Please update the Changelog.md per the examples, and I'll merge and release 6.0.4.
|
Done |
Please see the comment and squash to one commit and I'll release. Thanks!
|
Thanks @martyphee
|
Reviewed 1 of 1 files at r4. Comments from Reviewable |
Added clearTimeout to
execjs_timer_polyfills
.This change is