We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bb4014 commit 128b469Copy full SHA for 128b469
package.json
@@ -5,7 +5,7 @@
5
"main": "index.js",
6
"type": "module",
7
"scripts": {
8
- "build": "deno build.ts --tagName 1.65.0 > ubo.js",
+ "build": "deno build.ts --tagName 1.65.1b0 > ubo.js",
9
"test": "node --test"
10
},
11
"author": {
ubo.js
@@ -19241,7 +19241,7 @@ function preventInnerHTML(
19241
if ( typeof elem.matches !== 'function' ) { return false; }
19242
if ( elem.matches(selector) === false ) { return false; }
19243
}
19244
- return safe.testPattern(matcher, a);
+ return safe.testPattern(matcher, `${a}`);
19245
};
19246
Object.defineProperty(Element.prototype, 'innerHTML', {
19247
get: function() {
0 commit comments