fix a couple more lint warnings

This commit is contained in:
wearrrrr 2024-10-10 19:45:45 -05:00
parent c75f243866
commit f6928206f4
3 changed files with 5 additions and 5 deletions

View file

@ -12,9 +12,9 @@ import {
import type { URLMeta } from "../../shared/rewriters/url";
export default function (client: ScramjetClient, self: typeof window) {
const nativeGetAttribute = self.Element.prototype.getAttribute;
const _nativeGetAttribute = self.Element.prototype.getAttribute;
const nativeSetAttribute = self.Element.prototype.setAttribute;
const nativeHasAttribute = self.Element.prototype.hasAttribute;
const _nativeHasAttribute = self.Element.prototype.hasAttribute;
const attrObject = {
nonce: [self.HTMLElement],