|
3 | 3 | "builtins": { |
4 | 4 | "AsyncDisposableStack": { |
5 | 5 | "__compat": { |
| 6 | + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/AsyncDisposableStack", |
6 | 7 | "spec_url": "https://tc39.es/proposal-async-explicit-resource-management/#sec-asyncdisposablestack-objects", |
7 | 8 | "support": { |
8 | 9 | "chrome": { |
|
39 | 40 | }, |
40 | 41 | "AsyncDisposableStack": { |
41 | 42 | "__compat": { |
| 43 | + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/AsyncDisposableStack/AsyncDisposableStack", |
42 | 44 | "spec_url": "https://tc39.es/proposal-async-explicit-resource-management/#sec-properties-of-the-asyncdisposablestack-constructor", |
43 | 45 | "support": { |
44 | 46 | "chrome": { |
|
76 | 78 | }, |
77 | 79 | "adopt": { |
78 | 80 | "__compat": { |
| 81 | + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/AsyncDisposableStack/adopt", |
79 | 82 | "spec_url": "https://tc39.es/proposal-async-explicit-resource-management/#sec-asyncdisposablestack.prototype.adopt", |
80 | 83 | "support": { |
81 | 84 | "chrome": { |
|
113 | 116 | }, |
114 | 117 | "defer": { |
115 | 118 | "__compat": { |
| 119 | + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/AsyncDisposableStack/defer", |
116 | 120 | "spec_url": "https://tc39.es/proposal-async-explicit-resource-management/#sec-asyncdisposablestack.prototype.defer", |
117 | 121 | "support": { |
118 | 122 | "chrome": { |
|
150 | 154 | }, |
151 | 155 | "disposeAsync": { |
152 | 156 | "__compat": { |
| 157 | + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/AsyncDisposableStack/disposeAsync", |
153 | 158 | "spec_url": "https://tc39.es/proposal-async-explicit-resource-management/#sec-asyncdisposablestack.prototype.disposeAsync", |
154 | 159 | "support": { |
155 | 160 | "chrome": { |
|
187 | 192 | }, |
188 | 193 | "disposed": { |
189 | 194 | "__compat": { |
| 195 | + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/AsyncDisposableStack/disposed", |
190 | 196 | "spec_url": "https://tc39.es/proposal-async-explicit-resource-management/#sec-get-asyncdisposablestack.prototype.disposed", |
191 | 197 | "support": { |
192 | 198 | "chrome": { |
|
224 | 230 | }, |
225 | 231 | "move": { |
226 | 232 | "__compat": { |
| 233 | + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/AsyncDisposableStack/move", |
227 | 234 | "spec_url": "https://tc39.es/proposal-async-explicit-resource-management/#sec-asyncdisposablestack.prototype.move", |
228 | 235 | "support": { |
229 | 236 | "chrome": { |
|
261 | 268 | }, |
262 | 269 | "use": { |
263 | 270 | "__compat": { |
| 271 | + "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/AsyncDisposableStack/use", |
264 | 272 | "spec_url": "https://tc39.es/proposal-async-explicit-resource-management/#sec-asyncdisposablestack.prototype.use", |
265 | 273 | "support": { |
266 | 274 | "chrome": { |
|
0 commit comments