crx-rpc
Version:
A lightweight RPC framework for Chrome Extension (background <-> content <-> web)
1 lines • 66 B
text/typescript
export const randomId = () => Math.random().toString(36).slice(2);
A lightweight RPC framework for Chrome Extension (background <-> content <-> web)