Fiber
Fiber copied to clipboard
Lightweight JavaScript prototypal inheritance model
Could you provide some description for `Fiber.proxy`? I'm not quite sure about its use cases.
Hello to all LikedIn development team! I saw this issue: https://github.com/linkedin/Fiber/issues/17 but there is a reason to create another one. You indeed incorrectly mix object construction time with object creation...
Your performance tests don't say much because they combine constructor creation with instance creation and method calls. I took the time to split those out (and included my library [proto](https://github.com/fresheneesz/proto))....
# Protected Method Support? Does Fiber support protected methods and properties? In the example below, I would like the constructor in the base class to be able to call methods...
I guess everything is in the title. I would love to have this.
Hi, In the code, I think, the following comments are misplaced - ``` // .........................................................Note: although a `delete // this.init` would remove the `init` function from the instance, it //...
Is there a way of finding what Fiber class a variable I have is an instance of?