Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SyntheticModules] Allows for Fetching and Loading of JSON/Synthetic …
…Modules This is the final change required for JSON Modules to be utilized by developers. Following the acceptance of this change, if you run chromium with the JSONModules runtime flag, the following is now valid syntax: <script type="module"> import data from "./example.json"; </script> This change introduces several things: -It introduces the ability for ModuleScriptLoader to load JSON Modules -It introduces the ability for ModuleScriptFetcher to retrieve JSON resources -It introduces a new field to ModuleScriptCreationParams: response_mime_type_ -It introduces the JSONModules runtime flag to chromium This change corresponds with the following V8 change: https://chromium-review.googlesource.com/c/v8/v8/+/1761583 Bug: 967018 Change-Id: Ibcdb61659fb07047ffeead2ff4a55c450c183e43 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1731108 Reviewed-by: Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by: Hiroki Nakagawa <nhiroki@chromium.org> Commit-Queue: Sam Sebree <sasebree@microsoft.com> Cr-Commit-Position: refs/heads/master@{#688905}
- Loading branch information