You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can already pass a contextPointer as part of the module.createContext(options) or runtime.createContext(options) methods. These options are public as far as Typesript is concerned, but may not be documented. If you need a change to related APIs, h passing arbitrary runtime pointers to module.createRuntime, I'd be happy to accept such a PR
My use case here applying polyfills to a context ( which can be slow ). Then cloning this context as required to avoid the polyfill initiation time.
A possible approach is discussed here #152
I'm wondering if this approach would make sense in a context.clone() method ?
The text was updated successfully, but these errors were encountered: