Sean H
Sean H
Having a `Browser.Close()` method which frees resources sounds like a good idea.
The two methods to clear and limit the history sound good to me too, though I would probably put those methods on the `jar.History` interface. (In which case they would...
> Maybe it would just be better to make the History object accessible. I think that approach would work best, and if we're doing that, we should make the other...
Looks good, though the `Browsable` interface is missing the getter methods. Thanks for your effort in making these changes!
There's no procedure in place at the moment. Unless @lxt2 has some other idea, I would think we should tag v1.0.1 and then merge your changes.
Try something like this. Note the `unix` attribute and I'm dividing your number by 1000 because it appears to be microseconds (typically returned by javascript's Date class) while timestamps need...