Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Create mocks to call accessors from Deno #668

Closed
wants to merge 2 commits into from

Conversation

d-gubert
Copy link
Member

What? ⛵

We need to create accessor mocks in Deno that will call the Node process.

The mocks can be proxies that will issue a Request message to the Node process that will actually perform the method call in the appropriate accessor, returning a Promise that will resolve when Node sends a Response message to the initiating Request.

On the Apps-Engine runtime, this request will be handled by the DenoRuntimeSubprocessController instance associated with the originating subprocess

Why? 🤔

Links 🌎

PS 👀

@d-gubert d-gubert mentioned this pull request Oct 31, 2023
@d-gubert
Copy link
Member Author

Closing in favor of #670 670

@d-gubert d-gubert closed this Oct 31, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant