0.5.0
版本发布时间: 2019-09-27 06:18:40
mozilla/webextension-polyfill最新发布版本:0.12.0(2024-05-15 01:58:49)
Bug Fixes
- Removed
browser.runtime.getBrowserInfo()
, as it is not available in Chromium-based browsers (#200) - The webextension-polyfill now throws an error when loaded in non-extension contexts (#190)
Docs
- README.md: Added a new "Usage with webpack without bundling" section (#194)
- README.md: Clarify why Chrome-only methods have no Promise (#183)