Ava Creeth

Results 6 issues of Ava Creeth

Creating proxies is somewhat expensive. There's no need to be re-creating the proxy every time we access a service from a non-worker window.

This package exports `const enum`s instead of regular `enum`s. References to a `const enum` are inlined at compile time, so there is no runtime object associated with the enum. Most...