Skip to content

Commit

Permalink
Remove Gecko-internal CSP dictionary bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
evilpie committed Nov 26, 2023
1 parent bb12058 commit be42b8a
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 764 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -19,6 +19,11 @@
* Update the TypeScript signature of `__wbindgen_thread_destroy` to indicate that it's parameters are optional.
[#3703](https://github.com/rustwasm/wasm-bindgen/pull/3703)

### Removed

* Removed Gecko-internal dictionary bindings `Csp`, `CspPolicies`, `CspReport` and
`CspReportProperties`.

## [0.2.88](https://github.com/rustwasm/wasm-bindgen/compare/0.2.87...0.2.88)

Released 2023-11-01
Expand Down
4 changes: 0 additions & 4 deletions crates/web-sys/Cargo.toml
Expand Up @@ -237,10 +237,6 @@ CredentialsContainer = []
Crypto = []
CryptoKey = []
CryptoKeyPair = []
Csp = []
CspPolicies = []
CspReport = []
CspReportProperties = []
CssAnimation = ["Animation", "EventTarget"]
CssBoxType = []
CssConditionRule = ["CssGroupingRule", "CssRule"]
Expand Down

0 comments on commit be42b8a

Please sign in to comment.