Skip to content

Commit

Permalink
Fix formatting of features names in table
Browse files Browse the repository at this point in the history
  • Loading branch information
ddbeck committed May 20, 2021
1 parent 20a143b commit 2c93f23
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ May 20, 2021

- The following mixin features have been migrated to their exposed interfaces (or deduplicated, where the exposed interface data already existed):

| Before | After |
| ----------------------------- | --------------------------- |
| api.URLUtilsReadOnly | (removed) |
| api.URLUtilsReadOnly.hash | api.WorkerLocation.hash |
| api.URLUtilsReadOnly.host | api.WorkerLocation.host |
| api.URLUtilsReadOnly.hostname | api.WorkerLocation.hostname |
| api.URLUtilsReadOnly.href | api.WorkerLocation.href |
| api.URLUtilsReadOnly.origin | api.WorkerLocation.origin |
| api.URLUtilsReadOnly.pathname | api.WorkerLocation.pathname |
| api.URLUtilsReadOnly.port | api.WorkerLocation.port |
| api.URLUtilsReadOnly.protocol | api.WorkerLocation.protocol |
| api.URLUtilsReadOnly.search | api.WorkerLocation.search |
| api.URLUtilsReadOnly.toString | api.WorkerLocation.toString |
| Before | After |
| ------------------------------- | ----------------------------- |
| `api.URLUtilsReadOnly` | (removed) |
| `api.URLUtilsReadOnly.hash` | `api.WorkerLocation.hash` |
| `api.URLUtilsReadOnly.host` | `api.WorkerLocation.host` |
| `api.URLUtilsReadOnly.hostname` | `api.WorkerLocation.hostname` |
| `api.URLUtilsReadOnly.href` | `api.WorkerLocation.href` |
| `api.URLUtilsReadOnly.origin` | `api.WorkerLocation.origin` |
| `api.URLUtilsReadOnly.pathname` | `api.WorkerLocation.pathname` |
| `api.URLUtilsReadOnly.port` | `api.WorkerLocation.port` |
| `api.URLUtilsReadOnly.protocol` | `api.WorkerLocation.protocol` |
| `api.URLUtilsReadOnly.search` | `api.WorkerLocation.search` |
| `api.URLUtilsReadOnly.toString` | `api.WorkerLocation.toString` |

For details, see [#10347](https://github.com/mdn/browser-compat-data/pull/10347).

Expand Down

0 comments on commit 2c93f23

Please sign in to comment.