···224224 customElements.define("load-dong", LoadDong);
225225 </script>
226226227227+ <style slot="head">
228228+ ul {
229229+ padding-left: 3rem;
230230+ }
231231+ </style>
232232+227233 <h1>
228228- Currently this does not work with chrome or other chromium based browsers
229229- (see <a
230230- href="https://developer.mozilla.org/en-US/docs/Web/API/Blob/bytes#browser_compatibility"
231231- >here</a
232232- > and <a
233233- href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array/toBase6400"
234234- >here</a
235235- >.) Please use firefox, a gecko based browser, safari, or a webkit based
236236- browser. (iOs has no issues with this site regardless of browser)<br />
237237- Contact me if chrome starts working or you encounter any issues (up to u to figure
238238- out how)
234234+ Primarily tested on firefox. Be warned if using iOS/another browser
239235 </h1>
236236+237237+ <p>Known supported browsers</p>
238238+ <ul>
239239+ <li>Firefox (or Gecko based)</li>
240240+ <li>Chromium (or Chromium based)</li>
241241+ </ul>
240242241243 <create-dong></create-dong>
242244 <load-dong></load-dong>