jurassic icon indicating copy to clipboard operation
jurassic copied to clipboard

A 1100 lines of Js to perform about 250 milliseconds

Open zgsxtyzgd opened this issue 9 years ago • 2 comments

A 1100 lines of Js to perform about 250 milliseconds

Object.defineProperty(Stream, "members", { get: function () { if (!Stream._members) Stream._members = {}; return Stream._members; }, enumerable: true, configurable: true });

zgsxtyzgd avatar Mar 15 '17 01:03 zgsxtyzgd

Is it related to #68 ?

rodrigoroma avatar Mar 15 '17 02:03 rodrigoroma

It's just a js property definition, and can emit when defined delay, begin to emit such calls

zgsxtyzgd avatar Mar 15 '17 02:03 zgsxtyzgd