@types/web 0.0.49 → 0.0.50
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/README.md +1 -1
- package/index.d.ts +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -47,4 +47,4 @@ Prior to `@types/web` the web APIs were deployed with a version of TypeScript, a
|
|
|
47
47
|
|
|
48
48
|
## Deploy Metadata
|
|
49
49
|
|
|
50
|
-
You can read what changed in version 0.0.
|
|
50
|
+
You can read what changed in version 0.0.50 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.50.
|
package/index.d.ts
CHANGED
|
@@ -1905,7 +1905,7 @@ interface AbortSignal extends EventTarget {
|
|
|
1905
1905
|
declare var AbortSignal: {
|
|
1906
1906
|
prototype: AbortSignal;
|
|
1907
1907
|
new(): AbortSignal;
|
|
1908
|
-
abort(reason?: any): AbortSignal;
|
|
1908
|
+
// abort(reason?: any): AbortSignal; - To be re-added in the future
|
|
1909
1909
|
};
|
|
1910
1910
|
|
|
1911
1911
|
interface AbstractRange {
|
|
@@ -2966,6 +2966,7 @@ interface CSSStyleDeclaration {
|
|
|
2966
2966
|
scrollSnapAlign: string;
|
|
2967
2967
|
scrollSnapStop: string;
|
|
2968
2968
|
scrollSnapType: string;
|
|
2969
|
+
scrollbarGutter: string;
|
|
2969
2970
|
shapeImageThreshold: string;
|
|
2970
2971
|
shapeMargin: string;
|
|
2971
2972
|
shapeOutside: string;
|