{"id":15504464,"url":"https://github.com/kwonoj/rxjs-requestidlecallback-scheduler","last_synced_at":"2025-04-23T00:10:29.061Z","repository":{"id":66079771,"uuid":"95279528","full_name":"kwonoj/rxjs-requestidlecallback-scheduler","owner":"kwonoj","description":"RxJS 5 schedule implementation supports schedule into requestIdleCallback","archived":false,"fork":false,"pushed_at":"2017-06-25T05:06:20.000Z","size":36,"stargazers_count":7,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-20T17:41:42.556Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kwonoj.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-06-24T06:16:47.000Z","updated_at":"2020-06-02T06:31:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"2bd8a2b9-b481-4014-bc40-95b9e336f0c0","html_url":"https://github.com/kwonoj/rxjs-requestidlecallback-scheduler","commit_stats":{"total_commits":26,"total_committers":1,"mean_commits":26.0,"dds":0.0,"last_synced_commit":"19b9aac24af1a62b2209320c6a5233f6e05775ff"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kwonoj%2Frxjs-requestidlecallback-scheduler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kwonoj%2Frxjs-requestidlecallback-scheduler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kwonoj%2Frxjs-requestidlecallback-scheduler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kwonoj%2Frxjs-requestidlecallback-scheduler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kwonoj","download_url":"https://codeload.github.com/kwonoj/rxjs-requestidlecallback-scheduler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250343948,"owners_count":21415040,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-02T09:18:10.110Z","updated_at":"2025-04-23T00:10:29.038Z","avatar_url":"https://github.com/kwonoj.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/kwonoj/rxjs-requestidlecallback-scheduler.svg?branch=master)](https://travis-ci.org/kwonoj/rxjs-requestidlecallback-scheduler)\n[![npm](https://img.shields.io/npm/v/rxjs-requestidlecallback-scheduler.svg)](https://www.npmjs.com/package/rxjs-requestidlecallback-scheduler)\n\n# rxjs-requestidlecallback-scheduler\n\n`rxjs-requestidlecallback-scheduler` provides scheduler implementation to [`requestIdleCallback`](https://developer.mozilla.org/en/docs/Web/API/Window/requestIdleCallback). Scheduling behavior follows `AnimationFrameScheduler` while actions are schduled via requestIdleCallback instead.\n\n# Install\n\nThis has a peer dependencies of `rxjs@5.*.*`, which will have to be installed as well\n\n```sh\nnpm install --save-dev rxjs-requestidlecallback-scheduler\n```\n\n# Usage\n\n```js\nimport { idle } from `rxjs-requestidlecallback-scheduler`\n\nObservable.of(true).subscribeOn(idle)...;\n```\n\n# Building / Testing\n\nFew npm scripts are supported for build / test code.\n\n- `build`: Transpiles code to ES5 commonjs to `dist`.\n- `build:clean`: Clean up existing build\n- `test`: Run unit test. It's tailored for CI environment (Browser, coverage config)\n- `lint`: Run lint over all codebases\n- `lint:staged`: Run lint only for staged changes. This'll be executed automatically with precommit hook.\n- `commit`: Commit wizard to write commit message","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkwonoj%2Frxjs-requestidlecallback-scheduler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkwonoj%2Frxjs-requestidlecallback-scheduler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkwonoj%2Frxjs-requestidlecallback-scheduler/lists"}