-
Notifications
You must be signed in to change notification settings - Fork 777
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support for raw "unsafe bindings" (#411)
* feat: support for raw "unsafe bindings" * Turn off automatic trim trailing whitespace for the workspace
- Loading branch information
1 parent
13c5d67
commit a52f0e0
Showing
8 changed files
with
283 additions
and
130 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
"wrangler": patch | ||
--- | ||
|
||
feat: unsafe-bindings | ||
|
||
Adds support for "unsafe bindings", that is, bindings that aren't supported by wrangler, but are | ||
desired when uploading a Worker to Cloudflare. This allows you to use beta features before | ||
official support is added to wrangler, while also letting you migrate to proper support for the | ||
feature when desired. Note: these bindings may not work everywhere, and may break at any time. |
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.