mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-17 08:00:02 -04:00
eslint warnings are GONE, please keep it this way
This commit is contained in:
parent
d1d38142e7
commit
63db07da89
15 changed files with 27 additions and 28 deletions
|
@ -1,7 +1,7 @@
|
|||
import { rewriteUrl } from "../../../shared";
|
||||
import { ScramjetClient } from "../../client";
|
||||
|
||||
export default function (client: ScramjetClient, self) {
|
||||
export default function (client: ScramjetClient, _self) {
|
||||
client.Proxy("navigator.sendBeacon", {
|
||||
apply(ctx) {
|
||||
ctx.args[0] = rewriteUrl(ctx.args[0], client.meta);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue