richarddavison
richarddavison
> Hi @richarddavison, thanks for the quick reply. > > As it stands we (Powertools) rely on instantiating our own `Console` object because we need more control over the logging...
> > Can the customer work around the issue by providing a shim for the console module (during bundling) which simply forwards to console methods? > > What is the...
That's a great idea! Thanks for the suggestion
`SubtleCrypto` is on the roadmap! https://w3c.github.io/webcrypto/#dfn-SubtleCrypto What missing APIs are a blocker for you? The following be prioritized: - `subtle.importKey` - `subtle.encrypt` - `subtle.decrypt`
Dup of https://github.com/awslabs/llrt/issues/184
> @richarddavison this is #125 - it can't be a dupe of itself :p Issueception? šµāš« I don't seem to have a copy and paste license... š¤¦āāļø
Thanks for reporting. Top-Level await is not yet supported. It's recently been added to QuickJS so will eventually be supported by LLRT.
Hi @nabetti1720 . Thanks for the info, Iām aware and already been working on a PR. This will also introduce ES2023 language support. The blocker I have now is synonymously...
Resolution should be the same, right now is micros rather than nanos. So we'll need to fix it!
Hi @AKushWarrior! You are correct. There is no problem migrating process to extend event emitter. The high-level binding lib does not (yet) support this but we can achieve the same...