|
2207 | 2207 | }
|
2208 | 2208 | }
|
2209 | 2209 | }
|
| 2210 | + }, |
| 2211 | + "MSFileSaver": { |
| 2212 | + "name": "MSFileSaver", |
| 2213 | + "methods": { |
| 2214 | + "method": { |
| 2215 | + "msSaveBlob": { |
| 2216 | + "name": "msSaveBlob", |
| 2217 | + "override-signatures": [ |
| 2218 | + "msSaveBlob(blob: any, defaultName?: string): boolean" |
| 2219 | + ] |
| 2220 | + }, |
| 2221 | + "msSaveOrOpenBlob": { |
| 2222 | + "name": "msSaveOrOpenBlob", |
| 2223 | + "override-signatures": [ |
| 2224 | + "msSaveOrOpenBlob(blob: any, defaultName?: string): boolean" |
| 2225 | + ] |
| 2226 | + } |
| 2227 | + } |
| 2228 | + }, |
| 2229 | + "no-interface-object": 1 |
| 2230 | + }, |
| 2231 | + "MSLaunchUriCallback": { |
| 2232 | + "name": "MSLaunchUriCallback", |
| 2233 | + "methods": { |
| 2234 | + "method": { |
| 2235 | + "()": { |
| 2236 | + "name": "", |
| 2237 | + "override-signatures": [ |
| 2238 | + "(): void" |
| 2239 | + ] |
| 2240 | + } |
| 2241 | + } |
| 2242 | + }, |
| 2243 | + "no-interface-object": 1 |
| 2244 | + }, |
| 2245 | + "MSNavigatorDoNotTrack": { |
| 2246 | + "name": "MSNavigatorDoNotTrack", |
| 2247 | + "methods": { |
| 2248 | + "method": { |
| 2249 | + "confirmSiteSpecificTrackingException": { |
| 2250 | + "name": "confirmSiteSpecificTrackingException", |
| 2251 | + "override-signatures": [ |
| 2252 | + "confirmSiteSpecificTrackingException(args: ConfirmSiteSpecificExceptionsInformation): boolean" |
| 2253 | + ] |
| 2254 | + }, |
| 2255 | + "confirmWebWideTrackingException": { |
| 2256 | + "name": "confirmWebWideTrackingException", |
| 2257 | + "override-signatures": [ |
| 2258 | + "confirmWebWideTrackingException(args: ExceptionInformation): boolean" |
| 2259 | + ] |
| 2260 | + }, |
| 2261 | + "removeSiteSpecificTrackingException": { |
| 2262 | + "name": "removeSiteSpecificTrackingException", |
| 2263 | + "override-signatures": [ |
| 2264 | + "removeSiteSpecificTrackingException(args: ExceptionInformation): void" |
| 2265 | + ] |
| 2266 | + }, |
| 2267 | + "removeWebWideTrackingException": { |
| 2268 | + "name": "removeWebWideTrackingException", |
| 2269 | + "override-signatures": [ |
| 2270 | + "removeWebWideTrackingException(args: ExceptionInformation): void" |
| 2271 | + ] |
| 2272 | + }, |
| 2273 | + "storeSiteSpecificTrackingException": { |
| 2274 | + "name": "storeSiteSpecificTrackingException", |
| 2275 | + "override-signatures": [ |
| 2276 | + "storeSiteSpecificTrackingException(args: StoreSiteSpecificExceptionsInformation): void" |
| 2277 | + ] |
| 2278 | + }, |
| 2279 | + "storeWebWideTrackingException": { |
| 2280 | + "name": "storeWebWideTrackingException", |
| 2281 | + "override-signatures": [ |
| 2282 | + "storeWebWideTrackingException(args: StoreExceptionsInformation): void" |
| 2283 | + ] |
| 2284 | + } |
| 2285 | + } |
| 2286 | + }, |
| 2287 | + "no-interface-object": 1 |
| 2288 | + }, |
| 2289 | + "ExceptionInformation": { |
| 2290 | + "name": "ExceptionInformation", |
| 2291 | + "properties": { |
| 2292 | + "property": { |
| 2293 | + "domain": { |
| 2294 | + "name": "domain", |
| 2295 | + "required": 0, |
| 2296 | + "override-type": "string | null" |
| 2297 | + } |
| 2298 | + |
| 2299 | + } |
| 2300 | + }, |
| 2301 | + "no-interface-object": 1 |
| 2302 | + }, |
| 2303 | + "ConfirmSiteSpecificExceptionsInformation": { |
| 2304 | + "name": "ConfirmSiteSpecificExceptionsInformation", |
| 2305 | + "extends": "ExceptionInformation", |
| 2306 | + "properties": { |
| 2307 | + "property": { |
| 2308 | + "arrayOfDomainStrings": { |
| 2309 | + "name": "arrayOfDomainStrings", |
| 2310 | + "required": 0, |
| 2311 | + "override-type": "string[]" |
| 2312 | + } |
| 2313 | + } |
| 2314 | + }, |
| 2315 | + "no-interface-object": 1 |
| 2316 | + }, |
| 2317 | + "StoreExceptionsInformation": { |
| 2318 | + "name": "StoreExceptionsInformation", |
| 2319 | + "extends": "ExceptionInformation", |
| 2320 | + "properties": { |
| 2321 | + "property": { |
| 2322 | + "detailURI": { |
| 2323 | + "name": "detailURI", |
| 2324 | + "required": 0, |
| 2325 | + "override-type": "string | null" |
| 2326 | + }, |
| 2327 | + "explanationString": { |
| 2328 | + "name": "explanationString", |
| 2329 | + "required": 0, |
| 2330 | + "override-type": "string | null" |
| 2331 | + }, |
| 2332 | + "siteName": { |
| 2333 | + "name": "siteName", |
| 2334 | + "required": 0, |
| 2335 | + "override-type": "string | null" |
| 2336 | + } |
| 2337 | + } |
| 2338 | + }, |
| 2339 | + "no-interface-object": 1 |
| 2340 | + }, |
| 2341 | + "StoreSiteSpecificExceptionsInformation": { |
| 2342 | + "name": "StoreSiteSpecificExceptionsInformation", |
| 2343 | + "extends": "StoreExceptionsInformation", |
| 2344 | + "properties": { |
| 2345 | + "property": { |
| 2346 | + "arrayOfDomainStrings": { |
| 2347 | + "name": "arrayOfDomainStrings", |
| 2348 | + "required": 0, |
| 2349 | + "override-type": "string[]" |
| 2350 | + } |
| 2351 | + } |
| 2352 | + }, |
| 2353 | + "no-interface-object": 1 |
2210 | 2354 | }
|
2211 | 2355 | }
|
2212 | 2356 | },
|
|
0 commit comments