George S. Baugh
George S. Baugh
waiting on dialogs has same problem
Note that you have done your waiting in JS in a Promise.all, which fires both requests simultaneously. In the perl you are clicking the link that executes navigation, and then...
I can on the other hand say with confidence that it would be valuable and a good user experience to implement a similar capability to promise.All which may be used...
There's probably something they've got upstream I can borry
The .on() handler and async() seems to have handled the original need for this. Batching is still a concern, but not one to block release.
that's great! I'll add this into example.pl so others don't have to look hard for it, and make a note in the POD.
There isn't a way to guarantee order during global destruction, unfortunately. When you have objects that have other objects as properties you rely on during teardown, this can be a...
I think the best way to handle this is via some kind of memoizer function to grab the LWP object (so I can worst case just make a new one)...
The reason I allow passing of the UA is not just for testing purposes. Sometimes people need to do things like setup proxy configurations and so forth which I will...
Ideally the ua parameter should also accept a UA object to preserve back-compat.