proposal-signals
A proposal to add signals to JavaScript.
File Explorer
- build.yml
- deploy.yml
- initial-survey.md
- inline-signal.svg
- inline-signals-darkmode.svg
- logo-small.svg
- template-instructions.md
- template.md
- .gitignore
- .npmrc
- LICENSE
- package.json
- README.md
- Signals.svg
- spec.emu
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
interface
View Details ▼
interface
Manage interfaces.
Accessed in configuration mode.
interface vlan {{1}}
Configure a VLAN:
{{no shutdown|shutdown}}
Set an interface to be active or inactive (this is run inside the interface command):
watch
View Details ▼
watch
Execute a program periodically and monitor the output in full-screen mode.
watch {{command}}
Repeatedly run a command and show the result:
watch {{[-n|--interval]}} 60 {{command}}
Re-run a command every 60 seconds:
watch {{[-d|--differences]}} df
Monitor disk space, highlighting differences as they appear:
// repository documentation
Was this content helpful?
(0 ratings)
