c69

Results 7 issues of c69

As per previous discussions, Set and Map have the inherrent order (insertion order). Its possible to control it at creation time (by sorting initial iterable), but its not easy to...

While `filter`, `find`, `some` or `every` play nicely with Set, and provide useful convenience. Map, reduce and join have problems, which (in my point of view) warrant their exclusion from...

Its often handy to be able to search for certain strings as values or variables / object.propertyNames. Example: > > var a = {'foo':42, b: 'very foo'}; > > [SEARCH...

When you are behind (NTLM) proxy, Opera and Dragonfly behave very weird.. Opera is not loading some resources, and when you try to debug them - you see nefarious "No...

[enhancement] 1) Small usability improvement: In Network panel, there is a useful feature "Make request", but its a bit not user friendly - as you need to copy/paste headers and...

enhancement

At least for Tabs API. It would be very convenient , if you were able to do stuff with tabs from console.

Would have been nice, if they didn't spam the error log.

bug