axe-core 4.11.2-canary.f2b8935 → 4.11.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/axe.d.ts +0 -4
- package/axe.js +401 -347
- package/axe.min.js +2 -2
- package/locales/_template.json +7 -4
- package/package.json +1 -1
- package/sri-history.json +4 -0
package/axe.d.ts
CHANGED
|
@@ -147,9 +147,6 @@ declare namespace axe {
|
|
|
147
147
|
performanceTimer?: boolean;
|
|
148
148
|
pingWaitTime?: number;
|
|
149
149
|
}
|
|
150
|
-
interface NormalizedRunOptions extends RunOptions {
|
|
151
|
-
runOnly?: RunOnly;
|
|
152
|
-
}
|
|
153
150
|
interface PreloadOptions {
|
|
154
151
|
assets: string[];
|
|
155
152
|
timeout?: number;
|
|
@@ -504,7 +501,6 @@ declare namespace axe {
|
|
|
504
501
|
offset?: number
|
|
505
502
|
) => string | Uint8Array | Array<number>;
|
|
506
503
|
nodeSerializer: NodeSerializer;
|
|
507
|
-
normalizeRunOptions: (options?: RunOptions) => NormalizedRunOptions;
|
|
508
504
|
}
|
|
509
505
|
|
|
510
506
|
interface Aria {
|