New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@univerjs/rpc

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@univerjs/rpc

## Package Overview


Version published
Maintainers
0
Created

@univerjs/rpc

Package Overview

Package NameUMD NamespaceVersionLicenseDownloadsContains CSSContains i18n locales
@univerjs/rpcUniverRpc

Introduction

When handling some time-intensive tasks, such as formula computation, Univer can offload them to a location outside of the main thread, such as a Web Worker thread. The @univerjs/rpc library provides an RPC mechanism that simplifies communication between the main thread and other threads.

For more information, see the Architecture of Web Worker.

Usage

Installation

# Using npm
npm install @univerjs/rpc

# Using pnpm
pnpm add @univerjs/rpc

Keywords

FAQs

Package last updated on 16 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts