Brian Buchanan
Brian Buchanan
This is a regression introduced by #825 . The fix is trivial. The preload.js script needs to be modified to: ```javascript // prevent 'onunload' and 'onbeforeunload' from being set Object.defineProperties(window,...
You're right, it's not a regression; it's a bug introduced by #825 when fixing #824. I think that my fix accomplishes the intent of #825 without breaking pages that try...
You must have a different version of something than I do. Try removing "value: null" and replacing with "get: function() { return null; }" Simply making it writable defeats the...
> But in this case, I'm not sure we want to commit to supporting this API. It probably defeats route-based code-splitting, because it requires the entire component graph for a...
I've done some further testing on this and can't find any issues with route-based code splitting when the routes import the components. The split must be happening above the route...
> Could it be an option to pass a function that resolves to a promise to `setRouteComponent`? Some questions I don't know the answer to, but could probably be tested...
Can someone submit a pull request for 3.x support, please? Or coordinate with 0MQ leadership to take over as maintainer of this gem? I don't have any active projects using...
I pushed some changes to the "zeromq3" topic branch that make the build succeed with version 3.x of the zeromq library. Please test.
Can you send a pull request, please?
Cool, can you add a commit that updates the docs as well?