blob: 1e6c8690fe7f4b18f073110337c50bde6bc598a5 [file] [log] [blame]
<import src="/gen/mojo/public/sky/connection.sky" as="connection" />
<script>
function connectToService(url, service, client) {
var handle = internals.connectToService(url, service.name);
return connection.bindHandleToProxy(handle, service);
}
module.exports = {
connectToService: connectToService,
};
</script>