Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yanhaijing committed Oct 2, 2023
1 parent 3e46fd9 commit 5ca3585
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,12 @@ getSelector(document.querySelector('.b div:nth-child(3)'), false);
// => "body > div.a > div.b > div:nth-of-type(3)"
```

## :pill: 兼容性 单元测试保证支持如下环境: | IE | CH | FF | SF | OP | IOS |
## :pill: 兼容性 单元测试保证支持如下环境:

| IE | CH | FF | SF | OP | IOS | Android | Node |
| --- | --- | ---- | --- | ---- | ----- | ------- | ---- |
| 11+ | 50+ | 100+ | 13+ | 100+ | 10.3+ | 4.1+ | 14+ |

Android | Node | | --- | --- | ---- | --- | ---- | ----- | ------- | ---- | |
11+ | 50+ | 100+ | 13+ | 100+ | 10.3+ | 4.1+ | 14+ |
**注意:编译代码依赖ES5环境,对于ie6-8需要引入[es5-shim](http://github.com/es-shims/es5-shim/)才可以兼容,可以查看[demo/demo-global.html](./demo/demo-global.html)中的例子**

## :open_file_folder: 目录介绍
Expand Down

0 comments on commit 5ca3585

Please sign in to comment.