Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gametest http #6

Closed
cyear opened this issue Feb 4, 2022 · 2 comments
Closed

gametest http #6

cyear opened this issue Feb 4, 2022 · 2 comments

Comments

@cyear
Copy link

cyear commented Feb 4, 2022

How does the gametest framework use HTTP get requests? Is it the same as the native JS

@mammerla
Copy link
Member

mammerla commented Feb 9, 2022

Within GameTest Framework, there isn't a way to make outbound HTTP requests or use resources available via an HTTP URL - your JS and other resources would need to be bundled within a behavior pack.

@cyear
Copy link
Author

cyear commented Feb 9, 2022

Within GameTest Framework, there isn't a way to make outbound HTTP requests or use resources available via an HTTP URL - your JS and other resources would need to be bundled within a behavior pack.

Can other packages be referenced? For example,

const fs = require('fs');

Or you need to put its source code in this directory for reference?

@cyear cyear closed this as completed Feb 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants