<!doctype html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Data Sharing Internals</title>
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
</head>
<body>
<h1>Data Sharing Internals</h1>
<h4>Group information</h4>
<div id="group-container">
GetAllGroups() status: <pre id="get-all-groups-status"></pre>
<ul id="group-list"></ul>
</div>
<script type="module" src="data_sharing_internals.js"></script>
</body>
</html>