Skip to content

Commit dd2f222

Browse files
committed
MOBILE-3947 chore: Add version of deprecation in emulator file
1 parent 6f371ab commit dd2f222

File tree

1 file changed

+10
-6
lines changed
  • src/core/features/emulator/services

1 file changed

+10
-6
lines changed

src/core/features/emulator/services/file.ts

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,13 @@ class FileError {
5555

5656
/**
5757
* Native APIs used in webkit window.
58+
*
59+
* @deprecated since 4.4
5860
*/
5961
interface WebkitWindow {
6062

6163
/**
62-
* @deprecated
64+
* @deprecated since 4.4
6365
* @see https://www.w3.org/TR/2012/WD-file-system-api-20120417/
6466
*/
6567
// eslint-disable-next-line @typescript-eslint/naming-convention
@@ -69,7 +71,7 @@ interface WebkitWindow {
6971
};
7072

7173
/**
72-
* @deprecated
74+
* @deprecated since 4.4
7375
* @see https://developer.mozilla.org/en-US/docs/Web/API/Window/requestFileSystem
7476
*/
7577
requestFileSystem(
@@ -80,7 +82,7 @@ interface WebkitWindow {
8082
): void;
8183

8284
/**
83-
* @deprecated
85+
* @deprecated since 4.4
8486
*/
8587
webkitRequestFileSystem(
8688
type: LocalFileSystem,
@@ -90,7 +92,7 @@ interface WebkitWindow {
9092
): void;
9193

9294
/**
93-
* @deprecated
95+
* @deprecated since 4.4
9496
* @see https://www.w3.org/TR/2012/WD-file-system-api-20120417/
9597
*/
9698
resolveLocalFileSystemURL(
@@ -100,7 +102,7 @@ interface WebkitWindow {
100102
): void;
101103

102104
/**
103-
* @deprecated
105+
* @deprecated since 4.4
104106
*/
105107
webkitResolveLocalFileSystemURL(
106108
url: string,
@@ -112,11 +114,13 @@ interface WebkitWindow {
112114

113115
/**
114116
* Native APIs used in webkit navigator.
117+
*
118+
* @deprecated since 4.4
115119
*/
116120
interface WebkitNavigator {
117121

118122
/**
119-
* @deprecated
123+
* @deprecated since 4.4
120124
* @see https://developer.chrome.com/docs/apps/offline_storage/
121125
*/
122126
webkitPersistentStorage: {

0 commit comments

Comments
 (0)