We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b8f872 commit 52c094fCopy full SHA for 52c094f
iframe-api-explorer.html
@@ -77,6 +77,7 @@
77
<body>
78
<div class="container">
79
<h1>API Explorer</h1>
80
+ <p>This is an experiment in <code><iframe></code> sandboxing and <code>window.parent.postMessage()</code>.</p>
81
<form onsubmit="makeRequest(); return false;">
82
<div class="input-group">
83
<input type="text" id="urlInput" placeholder="Enter API URL" value="https://datasette.io/content/stats.json?_size=1">
0 commit comments