We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6efaae7 commit a5feff4Copy full SHA for a5feff4
2 files changed
README.md
@@ -4,8 +4,8 @@
4
5
So far:
6
7
-- `requestAnimationFrame`
8
-- `setTimeout`
+- `requestAnimationFrame`/`cancelAnimationFrame`
+- `setTimeout`/`clearTimeout`
9
- `Promise` (rudimentary initial implementation, still lacking things like promise chaining and static methods, etc)
10
11
> The name is a play on words:
package.json
@@ -2,7 +2,14 @@
2
"name": "ecmassembly",
3
"version": "0.1.5",
"type": "module",
- "home": "",
+ "homepage": "https://github.com/aspkg/ecmassembly",
+ "repository": {
+ "type": "git",
+ "url": "git@github.com:aspkg/ecmassembly.git"
+ },
+ "bugs": {
+ "url": "https://github.com/aspkg/ecmassembly/issues"
12
13
"scripts": {
14
"start": "npm run dev",
15
"build": "npm run asbuild",
0 commit comments