@pi-oxide/extension-js 0.12.1 → 0.12.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/content-script.js +3 -3
- package/extension_js.d.ts +45 -48
- package/extension_js.js +17019 -63545
- package/index.js +3 -3
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -1124,7 +1124,7 @@ function J(e) {
|
|
|
1124
1124
|
if (r === "a") return "link";
|
|
1125
1125
|
if (r === "input") {
|
|
1126
1126
|
const a = e.type;
|
|
1127
|
-
if (a === "text" || a === "email" || a === "password" || a === "search")
|
|
1127
|
+
if (a === "text" || a === "email" || a === "password" || a === "search" || a === "tel")
|
|
1128
1128
|
return "textbox";
|
|
1129
1129
|
if (a === "checkbox") return "checkbox";
|
|
1130
1130
|
if (a === "radio") return "radio";
|
|
@@ -7689,7 +7689,7 @@ async function So(e, r, n, a) {
|
|
|
7689
7689
|
e.map(async (i) => {
|
|
7690
7690
|
var s;
|
|
7691
7691
|
try {
|
|
7692
|
-
const c =
|
|
7692
|
+
const c = { frameId: i.frameId }, l = await o.tabs.sendMessage(
|
|
7693
7693
|
n,
|
|
7694
7694
|
{
|
|
7695
7695
|
type: "registryCall",
|
|
@@ -8144,7 +8144,7 @@ class Vt {
|
|
|
8144
8144
|
callId: n.call_id,
|
|
8145
8145
|
runId: n.runId
|
|
8146
8146
|
},
|
|
8147
|
-
|
|
8147
|
+
{ frameId: o }
|
|
8148
8148
|
), b = We(h);
|
|
8149
8149
|
return l && b.ok ? b : l ? {
|
|
8150
8150
|
ok: !1,
|