From 79b176c0b214134d7e3cde8853ee0212de4ecf14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=27rysiek=27=20Wo=C5=BAniak?= Date: Thu, 24 Nov 2022 13:00:04 +0000 Subject: [PATCH] very simple testing harnesses for dnslink-* plugins --- plugins/dnslink-fetch/index.html | 18 ++++++++++++++++++ plugins/dnslink-ipfs/index.html | 19 +++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 plugins/dnslink-fetch/index.html create mode 100644 plugins/dnslink-ipfs/index.html diff --git a/plugins/dnslink-fetch/index.html b/plugins/dnslink-fetch/index.html new file mode 100644 index 0000000..099f955 --- /dev/null +++ b/plugins/dnslink-fetch/index.html @@ -0,0 +1,18 @@ + + + + + + + + +

DNSLink/fetch()

+

This is a simple debugging harness for the dnslink-fetch plugin of LibResilient.

+

The plugin should now have been initialized in the theplugin global variable. Open your browser's JavaScript console to start playing with it.

+ + diff --git a/plugins/dnslink-ipfs/index.html b/plugins/dnslink-ipfs/index.html new file mode 100644 index 0000000..c783aa6 --- /dev/null +++ b/plugins/dnslink-ipfs/index.html @@ -0,0 +1,19 @@ + + + + + + + + + +

DNSLink/IPFS

+

This is a simple debugging harness for the dnslink-ipfs plugin of LibResilient.

+

The plugin should now have been initialized in the theplugin global variable. Open your browser's JavaScript console to start playing with it.

+ +