Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
clarify browser condition
  • Loading branch information
guybedford authored Nov 4, 2021
commit 5791560c4220ce4df0af6c888e253325675011db
4 changes: 1 addition & 3 deletions doc/api/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -616,9 +616,7 @@ used._
the given export, possible since the interface should be the same for all
variations. _This condition should always be included first._
* `"deno"` - indicates a variation for the Deno platform.
Comment thread
guybedford marked this conversation as resolved.
* `"browser"` - any environment which implements a standard subset of global
browser APIs available from JavaScript in web browsers, including the DOM
APIs.
* `"browser"` - any web browser environment.
* `"development"` - can be used to define a development-only environment
entry point, for example to provide additional debugging context such as
better error message when running in a development mode. _Must always be
Comment thread
guybedford marked this conversation as resolved.
Outdated
Expand Down