update typedefs & fix runtime error

This commit is contained in:
CoolElectronics 2024-04-25 18:27:02 -04:00
parent cad6e700f0
commit b670fd3d4f
No known key found for this signature in database
GPG key ID: F63593D168636C50
2 changed files with 3 additions and 1 deletions

View file

@ -83,6 +83,7 @@ function genCss(str, scoped) {
const styleElement = document.createElement('style')
document.head.appendChild(styleElement)
let newstr, selfstr
if (scoped) {
/* POLYFILL.SCOPE.START */
if (!scopeSupported) {