bufrw icon indicating copy to clipboard operation
bufrw copied to clipboard

`bufrw.Struct` relies on key ordering

Open rf opened this issue 9 years ago • 0 comments

The interface to bufrw.Struct relies on undefined behavior of Object.keys in that it assumes the order is the same as the order in which the object literal is expressed.

rf avatar Mar 17 '15 02:03 rf