0.0.3 • Published 6 months ago

@types/web-ie11 v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/web-ie11

Summary

This package contains type definitions for web-ie11-browser (https://docs.microsoft.com/en-us/lifecycle/announcements/internet-explorer-11-end-of-support).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/web-ie11.

index.d.ts

// Type definitions for non-npm package web-ie11-browser 0.0
// Project: https://docs.microsoft.com/en-us/lifecycle/announcements/internet-explorer-11-end-of-support
// Definitions by: Kagami Sascha Rosylight <https://github.com/saschanaz>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

interface Document {
    /**
     * Creates a TreeWalker object that you can use to traverse filtered lists of nodes or elements in a document.
     * @param root The root element or node to start traversing on.
     * @param whatToShow The type of nodes or elements to appear in the node list. For more information, see whatToShow.
     * @param filter A custom NodeFilter function to use.
     * @param entityReferenceExpansion A flag that specifies whether entity reference nodes are expanded. Required on IE11 and ignored on other browsers.
     */
    createTreeWalker(root: Node, whatToShow: number, filter: NodeFilter | null, entityReferenceExpansion: boolean): TreeWalker;
}

Additional Details

  • Last updated: Tue, 03 Aug 2021 09:31:22 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Kagami Sascha Rosylight.

0.0.1

8 months ago

0.0.3

6 months ago

0.0.2

7 months ago

0.0.0

3 years ago