resize-observer-polyfill icon indicating copy to clipboard operation
resize-observer-polyfill copied to clipboard

A polyfill for the Resize Observer API

Results 58 resize-observer-polyfill issues
Sort by recently updated
recently updated
newest added

a quick fix for the bug mentioned in https://github.com/que-etc/resize-observer-polyfill/issues/2

Elements with dimensions less than 0.5 are considered to be empty. This happens because of the approach used to detect certain types of elements: basically we check whether clientWidth and...

In typescript 4.2 definition file causes error: `Error: node_modules/resize-observer-polyfill/src/index.d.ts:19:18 - error TS2717: Subsequent property declarations must have the same type. Property 'contentRect' must be of type 'DOMRectReadOnly', but here has...

Thanks for this polyfill/ponyfill. I recently discovered the ResizeObserver api and realized it was exactly what I needed to solve a problem in my app. However, I'm having trouble figuring...

The `instanceof` check does not always work correctly, especially when you work with elements created in a different contexts. To demonstrate run this on some page: ```js const iframe =...

The readme says > It's recommended to use this library in the form of a ponyfill, which doesn't inflict modifications of the global object. The [index.js](https://github.com/que-etc/resize-observer-polyfill/blob/master/src/index.js#L5-L8) file of the project...

Bumps [karma](https://github.com/karma-runner/karma) from 3.1.3 to 6.3.16. Release notes Sourced from karma's releases. v6.3.16 6.3.16 (2022-02-10) Bug Fixes security: mitigate the "Open Redirect Vulnerability" (ff7edbb) v6.3.15 6.3.15 (2022-02-05) Bug Fixes helper:...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.5.10 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.6.1 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies