Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/capawesome-team/capacitor-plugins
/ setStatus
Function
setStatus
packages/nodejs/example/src/js/script.js:3–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ Nodejs } from
'@capawesome/capacitor-nodejs'
;
2
3
const
setStatus = status => {
4
document.getElementById(
'statusOutput'
).innerText = status;
5
};
6
7
const
appendMessage = message => {
8
const
listItem = document.createElement(
'li'
);
Callers
1
script.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected