Skip to content

Commit

Permalink
Update dependencies and dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Oct 3, 2021
1 parent 7b505ab commit c05afc2
Show file tree
Hide file tree
Showing 3 changed files with 1,301 additions and 1,148 deletions.
12 changes: 0 additions & 12 deletions live-viewer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,6 @@
<title>Live URL Viewer</title>
<link rel="stylesheet" href="style.css">

<script>
// whatwg-url.js depends on SharedArrayBuffer.prototype.byteLength having a getter, but Safari
// doesn't support SharedArrayBuffer. Since the dependency is just for type-checking code in
// https://github.com/jsdom/webidl-conversions which isn't actually exercised, we can stub it out.
if (!window.SharedArrayBuffer) {
window.SharedArrayBuffer = {
prototype: {
get byteLength() { }
}
};
}
</script>
<script src="whatwg-url.js"></script>

<h1>Live URL Viewer</h1>
Expand Down

0 comments on commit c05afc2

Please sign in to comment.