You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hugo-gh/content/tutorials/Golang-WASM-SDK.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
+++
2
-
title = 'sig0namectl Javascript API Examples'
2
+
title = 'sig0namectl API Javascript Examples'
3
3
date = 2024-06-29T14:17:22+02:00
4
4
draft = false
5
5
+++
6
6
7
-
This section documents the sig0namectl API functions exposed to Javascript via WebAssembly (WASM).
7
+
This section documents usage of the sig0namectl API functions exposed to Javascript via WebAssembly (WASM). It is intended to assist further innovative development of browser-based sig0 dynamic update DNS applications.
8
8
9
-
## Example: newKeyRequest(): new domain key request
9
+
## newKeyRequest(): new domain key request
10
10
```
11
11
// note: needed in browser console debugging eg. after page reload
0 commit comments