Skip to content

Commit

Permalink
remove mention of /web/ namespace from the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Nov 23, 2021
1 parent e48a51e commit d83cad2
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions README.md
Expand Up @@ -823,7 +823,7 @@ core-js(-pure)/es|stable|actual|features/string(/virtual)/bold
core-js(-pure)/es|stable|actual|features/string(/virtual)/fixed
core-js(-pure)/es|stable|actual|features/string(/virtual)/fontcolor
core-js(-pure)/es|stable|actual|features/string(/virtual)/fontsize
core-js(-pure)/es|stable|actual|features/string(/virtual)(/virtual)/italics
core-js(-pure)/es|stable|actual|features/string(/virtual)/italics
core-js(-pure)/es|stable|actual|features/string(/virtual)/link
core-js(-pure)/es|stable|actual|features/string(/virtual)/small
core-js(-pure)/es|stable|actual|features/string(/virtual)/strike
Expand Down Expand Up @@ -2819,10 +2819,6 @@ Reflect.getOwnMetadata('foo', object); // => 'bar'
```
### Web standards[⬆](#index)
[*CommonJS entry points:*](#commonjs-api)
```js
core-js(-pure)/web
```
#### `setTimeout` and `setInterval`[⬆](#index)
Module [`web.timers`](https://github.com/zloirock/core-js/blob/master/packages/core-js/modules/web.timers.js). Additional arguments fix for IE9-.
```js
Expand All @@ -2831,7 +2827,6 @@ function setInterval(callback: any, time: any, ...args: Array<mixed>): number;
```
[*CommonJS entry points:*](#commonjs-api)
```js
core-js(-pure)/web/timers
core-js(-pure)/stable|actual|features/set-timeout
core-js(-pure)/stable|actual|features/set-interval
```
Expand All @@ -2849,7 +2844,6 @@ function clearImmediate(id: number): void;
```
[*CommonJS entry points:*](#commonjs-api)
```js
core-js(-pure)/web/immediate
core-js(-pure)/stable|actual|features/set-immediate
core-js(-pure)/stable|actual|features/clear-immediate
```
Expand All @@ -2871,7 +2865,6 @@ function queueMicrotask(fn: Function): void;
```
[*CommonJS entry points:*](#commonjs-api)
```js
core-js/web/queue-microtask
core-js(-pure)/stable|actual|features/queue-microtask
```
[*Examples*](https://goo.gl/nsW8P9):
Expand Down Expand Up @@ -2920,8 +2913,6 @@ class URLSearchParams {
[*CommonJS entry points:*](#commonjs-api)
```js
core-js/proposals/url
core-js(-pure)/web/url
core-js(-pure)/web/url-search-params
core-js(-pure)/stable|actual|features/url
core-js/stable|actual|features/url/to-json
core-js(-pure)/stable|actual|features/url-search-params
Expand Down Expand Up @@ -3021,7 +3012,6 @@ class [DOMTokenList, NodeList] {
```
[*CommonJS entry points:*](#commonjs-api)
```js
core-js(-pure)/web/dom-collections
core-js(-pure)/stable|actual|features/dom-collections/iterator
core-js/stable|actual|features/dom-collections/for-each
```
Expand Down

0 comments on commit d83cad2

Please sign in to comment.