Skip to content

Commit

Permalink
Add broadcast channel polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
qwtel committed Mar 28, 2021
1 parent 7fa231b commit c29dfd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _js/src/clap-button.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.

import 'broadcastchannel-polyfill';
import { webComponentsReady, stylesheetReady } from './common';

(async () => {
Expand Down

0 comments on commit c29dfd5

Please sign in to comment.