forked from DataDog/browser-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
♻️ [RUM-232] create a
@datadog/browser-worker
package (DataDog#2319)
* ♻️ [RUM-232] create a @datadog/browser-worker package * 👷 [RUM-232] add a worker/string entry point * ♻️ [RUM-232] use the worker package in RUM * ♻️ [RUM-232] move deflate worker implementation to startDeflateWorker The old `deflateWorker.js` module was there mainly to contain pako and the worker implementation. Now that it's been moved, there is little benefit to keep the old module. Putting the code to `startDeflateWorker.ts` removes the confusion between the two modules. * 👌 [RUM-232] move worker "boot" logic in a dedicated module This follow other packages design
- Loading branch information
1 parent
03677a1
commit 2dcd8db
Showing
30 changed files
with
4,649 additions
and
4,549 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ yarn.lock | |
.yarn/releases | ||
|
||
# code import | ||
deflateWorker.js | ||
packages/worker/src/domain/deflate.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.