Follow-up from #89 (Scoped credentials for outgoing HTTP).
The JavaScript backend currently accepts the CredentialRegistry parameter but ignores it (parameter prefixed _); the WIT attach call is not honoured on the JS dispatch path and no header is injected.
The JS backend needs the same host-side outgoing-handler wiring as the Wasm backend so that attach is honoured and the credential header is injected at dispatch time.
Follow-up from #89 (Scoped credentials for outgoing HTTP).
The JavaScript backend currently accepts the
CredentialRegistryparameter but ignores it (parameter prefixed_); the WITattachcall is not honoured on the JS dispatch path and no header is injected.The JS backend needs the same host-side outgoing-handler wiring as the Wasm backend so that
attachis honoured and the credential header is injected at dispatch time.