Skip to content

Commit

Permalink
doc: add node and browser compatibility desc
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterRao committed Apr 9, 2018
1 parent 188b5ff commit f5de168
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,17 @@ aliyun OSS(object storage service) Node.js client.
npm install ali-oss --save
```

## Compatibility

### Node
Node.js >= 8.0.0 required. You can use 4.x in Node.js < 8.

### Browser

- IE >= 10 & Edge
- Major versions of Chrome/Firefox/Safari
- Major versions of Android/iOS/WP

## License

[MIT](LICENSE)
Expand Down Expand Up @@ -142,7 +153,7 @@ After account created, you can create the OSS instance and get the `accessKeyId`

Each OSS instance required `accessKeyId`, `accessKeySecret` and `bucket`.

### #oss(options)
## oss(options)

Create a Bucket store instance.

Expand Down Expand Up @@ -2962,12 +2973,6 @@ some exceptions:
server currently do not support CORS requests for bucket operations
(will probably be fixed later)

### Compatibility

- IE >= 10 & Edge
- Major versions of Chrome/Firefox/Safari
- Major versions of Android/iOS/WP

### Setup

#### Bucket setup
Expand Down

0 comments on commit f5de168

Please sign in to comment.