Skip to content
This repository was archived by the owner on Nov 5, 2025. It is now read-only.

Comments

Create mocks to call accessors from Deno#668

Closed
d-gubert wants to merge 2 commits intofeat/deno-runtimefrom
deno/accessors
Closed

Create mocks to call accessors from Deno#668
d-gubert wants to merge 2 commits intofeat/deno-runtimefrom
deno/accessors

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