GoogleCloudPlatform / GoogleCloudPlatform/stackdriver-errors-js

Support for web environments with limited 'window' object i.e: chrome extension service workers API

オープン
#124 コメント 3 件 リアクション 0 件 担当者 1 名 @daniel-sanche が担当を希望しています GitHub で見る
主要言語
JavaScript
スター
360
フォーク
54
PR マージ指標
30日以内にマージされた PR はありません

説明

Hi! I am using this great library in a chrome extension project which is going to support the chrome extension api manifest V3 soon as google is kinda enforcing it on all extension developers.
One of the main changes there is that instead of the current background service which runs in the background constantly and has access to the browser's `window` object, it is being replaced by a service worker API which has a limited window object (kinda like the `window` object but with less capabilities).
I think it would be great to think of other use cases in which you might consider limiting or somehow changing the use of `window` object.

Btw: I think that I might have a way to make it work and even kinda make it somewhat generic so it won't affect anyone who wants to use it as it is now.

Let me know if you would like me to open a PR with my idea 😀
Thanks!

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。